diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 352df494..d74e027a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -201,7 +201,7 @@ export default { height: 47px; caret-color: $cursor; &:-webkit-autofill { - -webkit-box-shadow: 0 0 0px 1000px $bg inset !important; + box-shadow: 0 0 0px 1000px $bg inset !important; -webkit-text-fill-color: $cursor !important; } }