king
2020-12-31 32b84012bb8e2f05295c4237d17224700b149c8f
src/views/login/index.scss
@@ -55,6 +55,13 @@
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        border-top: 0;
      }
      .ant-tabs-tab:first-child {
        border-left: 0;
      }
      .ant-tabs-tab:last-child {
        border-right: 0;
      }
      .ant-tabs-tab.ant-tabs-tab-active {
        cursor: default;
@@ -92,6 +99,7 @@
      min-width: 300px;
      border-radius: 5px;
      overflow: hidden;
      border: 1px solid #e8e8e8;
      .form-item-wrap {
        padding: 0.6vw 1.6vw 1.6vw;
@@ -190,8 +198,8 @@
      }
      .login-form-button {
        border-radius: 0;
        background: #6fb3e9;
        border: 1px solid #6fb3e9;
        background: #6fb3e9!important;
        border: 1px solid #6fb3e9!important;
      }
    }
    .login-sync-button {
@@ -215,11 +223,11 @@
      font: 12px/150% Arial,Verdana,"\5b8b\4f53";
    }
  }
  .ant-btn-primary[disabled] {
    color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff;
  }
  // .ant-btn-primary[disabled] {
  //   color: #fff;
  //   background-color: #40a9ff;
  //   border-color: #40a9ff;
  // }
}
.sync-cloud-application {
  .ant-modal-body {