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.
1 parent 9fb324f commit 13c55e5Copy full SHA for 13c55e5
src/views/login/index.vue
@@ -177,16 +177,12 @@ export default {
177
/* Detail see https://github.com/PanJiaChen/vue-element-admin/pull/927 */
178
179
$bg:#283443;
180
-$light_gray:#eee;
+$light_gray:#fff;
181
$cursor: #fff;
182
183
@supports (-webkit-mask: none) and (not (cater-color: $cursor)) {
184
.login-container .el-input input {
185
color: $cursor;
186
-
187
- &::first-line {
188
- color: $light_gray;
189
- }
190
}
191
192
0 commit comments