需求:
el-input的背景色透明
问题:
Chrome浏览器会在记住密码后, 自动填充淡黄色的背景色
/deep/ .el-input__inner:-webkit-autofill {
-webkit-text-fill-color: #fff !important;
-webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
background-color: transparent;
background-image: none;
transition: background-color 50000s ease-in-out 0s;
}