king
2019-12-03 70c47c170ae1cc154e68c1af407e4f6ebf04669e
src/views/login/index.scss
@@ -1,7 +1,9 @@
.login-container {
  height: 100vh;
  min-height: 600px;
  background: #000000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  .logo {
    height: 100px;
    padding-top: 30px;
@@ -13,7 +15,6 @@
  .login-middle {
    height: calc(100vh - 194px);
    min-height: 420px;
    // background: url('../../assets/img/loginbg.jpg');
    background-size: cover;
    background-position: center center;
    border-bottom: 2px solid #06b4f7;