You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm very sorry, I used the wrong method and it has been resolved. :deep(.arco-input) { &:-webkit-autofill { -webkit-text-fill-color: #333 !important; // 文字 -webkit-box-shadow: none !important; // 自动填充色 transition: background-color 999999s ease-in-out 0s; } }
Of course, I think it would be better if we could directly control the attributes.
Basic Info
What is expected?
能否与element-ui类似form表单存在统一规避这种问题的属性
Steps to reproduce
使用Input输入框做登录,在登录时使用浏览器缓存用户密码,会出现蓝底背景,无法通过原始的input表演过度样式进行隐藏
The text was updated successfully, but these errors were encountered: