Compatibility adjustments for IE
parent
6858a9ad67
commit
a020be4e56
|
@ -213,7 +213,12 @@ $cursor: #fff;
|
||||||
color: $cursor;
|
color: $cursor;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
input[type="password"]::-ms-reveal {
|
||||||
|
display: none; /* 对于IE */
|
||||||
|
}
|
||||||
|
input[type="password"]::-ms-clear {
|
||||||
|
display: none; /* 对于IE */
|
||||||
|
}
|
||||||
/* reset element-ui css */
|
/* reset element-ui css */
|
||||||
.login-container {
|
.login-container {
|
||||||
.el-input {
|
.el-input {
|
||||||
|
|
Loading…
Reference in New Issue