We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6a9318 + 30cb2df commit a3a62d9Copy full SHA for a3a62d9
src/views/login/index.vue
@@ -3,7 +3,7 @@
3
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
4
<h3 class="title">vue-admin-template</h3>
5
<el-form-item prop="username">
6
- <span class="svg-container svg-container_login">
+ <span class="svg-container">
7
<svg-icon icon-class="user" />
8
</span>
9
<el-input v-model="loginForm.username" name="username" type="text" auto-complete="on" placeholder="username" />
@@ -174,9 +174,6 @@ $light_gray:#eee;
174
vertical-align: middle;
175
width: 30px;
176
display: inline-block;
177
- &_login {
178
- font-size: 20px;
179
- }
180
}
181
.title {
182
font-size: 26px;
0 commit comments