support for Chrome Safari

pull/4268/head
lmz2003 2024-11-04 21:31:59 +08:00
parent a020be4e56
commit 9ca8a2a9b7
1 changed files with 5 additions and 0 deletions

View File

@ -219,6 +219,11 @@ input[type="password"]::-ms-reveal {
input[type="password"]::-ms-clear { input[type="password"]::-ms-clear {
display: none; /* 对于IE */ display: none; /* 对于IE */
} }
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-calendar-picker-indicator {
display: none; /* 针对 Chrome 和 Safari */
}
/* reset element-ui css */ /* reset element-ui css */
.login-container { .login-container {
.el-input { .el-input {