king
2019-10-12 c7f79abded9ad2e29f297da4a04a641b96b61c5e
src/views/login/index.scss
@@ -24,13 +24,15 @@
      margin-right: 20%;
      padding: 15px;
      background: #ffffff;
      width: 300px;
      width: 18vw;
      min-width: 300px;
      border-radius: 5px;
      h4 {
        font-size: 18px;
        font-weight: bold;
        color: #0A95CB;
        margin-bottom: 3vh;
      }
      .minline {
        margin-bottom: 10px;
@@ -62,4 +64,8 @@
    background-color: #40a9ff;
    border-color: #40a9ff;
  }
}
.ant-message {
  top: 50px;
  z-index: 1080;
}