Browse Source

refine style

Pan 6 years ago
parent
commit
30cb2df7c8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/views/login/index.vue

+ 1 - 4
src/views/login/index.vue

@@ -3,7 +3,7 @@
3 3
     <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
4 4
       <h3 class="title">vue-admin-template</h3>
5 5
       <el-form-item prop="username">
6
-        <span class="svg-container svg-container_login">
6
+        <span class="svg-container">
7 7
           <svg-icon icon-class="user" />
8 8
         </span>
9 9
         <el-input v-model="loginForm.username" name="username" type="text" auto-complete="on" placeholder="username" />
@@ -174,9 +174,6 @@ $light_gray:#eee;
174 174
     vertical-align: middle;
175 175
     width: 30px;
176 176
     display: inline-block;
177
-    &_login {
178
-      font-size: 20px;
179
-    }
180 177
   }
181 178
   .title {
182 179
     font-size: 26px;