king
2020-04-01 56c0d6e2f83d72f622744fea76fdc64b09e30f1d
src/views/login/index.scss
@@ -1,6 +1,7 @@
.login-container {
  height: 100vh;
  min-height: 600px;
  background-color: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
@@ -8,17 +9,18 @@
    height: 100px;
    padding-top: 30px;
    line-height: 80px;
    border-bottom: 2px solid #06b4f7;
    border-bottom: 2px solid #1890ff;
    img {
      max-height: 100%;
    }
  }
  .login-middle {
    position: relative;
    height: calc(100vh - 194px);
    min-height: 420px;
    background-size: cover;
    background-position: center center;
    border-bottom: 2px solid #06b4f7;
    border-bottom: 2px solid #1890ff;
    .login-form {
      float: right;
@@ -93,6 +95,11 @@
        color: #1890ff;
      }
    }
    .login-sync-button {
      position: absolute;
      bottom: 10px;
      left: 20px;
    }
  }
  .login-bottom {
    text-align: center;
@@ -113,6 +120,11 @@
    border-color: #40a9ff;
  }
}
.sync-cloud-application {
  .ant-modal-body {
    min-height: 176px;
  }
}
.ant-message {
  top: 50px;
  z-index: 1080;