diff --git a/src/views/login/index.vue b/src/views/login/index.vue index ccd6dcb3..86246f3c 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -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 {