king
2019-11-23 9f9d68cf40f1d7470bfb49220266b26663cbb722
src/views/login/index.scss
@@ -22,7 +22,6 @@
      float: right;
      margin-top: 5%;
      margin-right: 20%;
      // padding: 15px;
      padding: 1.6vw;
      background: #ffffff;
      width: 22vw;
@@ -43,12 +42,24 @@
        margin-bottom: 3vh;
      }
      .minline {
        display: inline-block;
        margin-bottom: 3vh;
        margin-top: -10px;
      }
      .minline.right {
        float: right;
        width: 100px;
        .ant-select-selection {
          border: 0;
          box-shadow: none;
          .ant-select-selection-selected-value {
            float: right;
            margin-right: 10px;
          }
        }
      }
      button {
        width: 100%;
        // height: 40px;
        height: calc(2vw + 10px);
        line-height: 1;
      }
@@ -66,7 +77,6 @@
      }
      .ant-input {
        font-size: 16px;
        // height: 36px;
        height: calc(2vw + 5px);
      }
      .ant-form label {