Compatibility adjustments for IE
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…
Reference in New Issue