解决办法:重写样式
input:-webkit-autofill{
transition:background-color 5000s ease-in-out 0s !important;
-webkit-text-fill-color: #fff !important;
}
chrome 修改input(默认黄色背景)自动填充表格样式
最新推荐文章于 2023-08-22 16:22:17 发布
解决办法:重写样式
input:-webkit-autofill{
transition:background-color 5000s ease-in-out 0s !important;
-webkit-text-fill-color: #fff !important;
}