mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
Compatibility adjustments for IE
This commit is contained in:
parent
6858a9ad67
commit
a020be4e56
@ -213,7 +213,12 @@ $cursor: #fff;
|
||||
color: $cursor;
|
||||
}
|
||||
}
|
||||
|
||||
input[type="password"]::-ms-reveal {
|
||||
display: none; /* 对于IE */
|
||||
}
|
||||
input[type="password"]::-ms-clear {
|
||||
display: none; /* 对于IE */
|
||||
}
|
||||
/* reset element-ui css */
|
||||
.login-container {
|
||||
.el-input {
|
||||
|
Loading…
x
Reference in New Issue
Block a user