Compatibility adjustments for IE

pull/4268/head
WkndNite 2024-11-04 11:31:13 +08:00
parent 6858a9ad67
commit a020be4e56
1 changed files with 6 additions and 1 deletions

View File

@ -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 {