support for Chrome Safari
parent
a020be4e56
commit
9ca8a2a9b7
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue