mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
support for Chrome Safari
This commit is contained in:
parent
a020be4e56
commit
9ca8a2a9b7
@ -219,6 +219,11 @@ input[type="password"]::-ms-reveal {
|
||||
input[type="password"]::-ms-clear {
|
||||
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 */
|
||||
.login-container {
|
||||
.el-input {
|
||||
|
Loading…
x
Reference in New Issue
Block a user