1
0
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:
WkndNite 2024-11-04 11:31:13 +08:00
parent 6858a9ad67
commit a020be4e56

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 {