// fixed: 修复自动填充导致的字体及背景异常
.el-input__inner {
&:-webkit-autofill,
&:-webkit-autofill:hover,
&:-webkit-autofill:focus,
&:-webkit-autofill:active {
box-shadow: 0 0 0 68px $background_white inset !important;
-moz-box-shadow: 0 0 0 68px $background_white inset !important;
-webkit-box-shadow: 0 0 0 68px $background_white inset !important;
}
&:-webkit-autofill::first-line {
@include font-m-16-19;
}
}
crome中input输入框自动填充时的背景及字体修改
最新推荐文章于 2024-09-19 11:09:01 发布