king
2021-08-17 76766991b5e2fd5c7e85fdb1c8323f4dbacb4eb3
src/views/login/index.scss
@@ -210,6 +210,47 @@
  .ant-btn-primary[disabled] {
    color: #fff;
  }
  .form-scan-wrap {
    text-align: center;
    line-height: 45px;
    .qr-wrap {
      position: relative;
      width: 60%;
      padding-top: 60%;
      margin: 0 auto;
      .qrcode-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        canvas {
          width: 100%!important;
          height: 100%!important;
        }
      }
      .qrcode-out {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        padding-top: 30%;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.5;
        text-align: center;
        .anticon-redo {
          display: block;
          font-size: 24px;
          cursor: pointer;
          color: #ffffff;
        }
      }
    }
  }
}
.sync-cloud-application {
  .ant-modal-body {