king
2025-05-23 24842b40de5cd60700bf69dfd38a0332f5431e36
src/views/login/index.scss
@@ -36,7 +36,7 @@
    border-bottom: 2px solid var(--mk-sys-color);
    display: flex;
    align-items: center;
    justify-content: right;
    justify-content: flex-end;
    padding-right: 20vw;
    overflow: hidden;
@@ -216,9 +216,15 @@
          line-height: 1.5;
          color: rgba(0, 0, 0, 0.5);
          .ant-checkbox-inner {
            width: 15px;
            height: 15px;
          // .ant-checkbox-inner {
          //   width: 15px;
          //   height: 15px;
          // }
          input[type="checkbox"] {
            width: 35px;
            height: 22px;
            top: -4px;
            left: -4px;
          }
          a {