Skip to content

Commit 13c55e5

Browse files
committed
refine login form css
1 parent 9fb324f commit 13c55e5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/views/login/index.vue

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,12 @@ export default {
177177
/* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
178178
179179
$bg:#283443;
180-
$light_gray:#eee;
180+
$light_gray:#fff;
181181
$cursor: #fff;
182182
183183
@supports (-webkit-mask: none) and (not (cater-color: $cursor)) {
184184
.login-container .el-input input {
185185
color: $cursor;
186-
187-
&::first-line {
188-
color: $light_gray;
189-
}
190186
}
191187
}
192188

0 commit comments

Comments
 (0)