king
2019-12-06 2cb65d99c9aebf8293cb2838fcfe3e09fb2739ce
src/views/login/index.scss
@@ -62,6 +62,7 @@
      button {
        width: 100%;
        height: calc(2vw + 10px);
        min-height: 30px;
        line-height: 1;
      }
      .ant-dropdown-link {
@@ -79,6 +80,7 @@
      .ant-input {
        font-size: 16px;
        height: calc(2vw + 5px);
        min-height: 30px;
      }
      .ant-form label {
        font-size: 16px;
@@ -108,4 +110,15 @@
.ant-message {
  top: 50px;
  z-index: 1080;
}
@media screen and (max-width: 500px) {
  .login-container {
    .login-middle {
      .login-form {
        float: unset;
        margin: 0 auto;
        margin-top: 5%;
      }
    }
  }
}