你好时光
你好时光
  • 发布:2023-08-10 09:41
  • 更新:2024-03-13 20:18
  • 阅读:511

#插件讨论# 【 uni-easyinput 增强输入框 - DCloud前端团队 】我在edge浏览器上。password 会显示两只眼睛,

分类:uni-app
2023-08-10 09:41 负责人:无 分享
已邀请:
喜欢技术的前端

喜欢技术的前端 - QQ---445849201

刚试了,确实是, 我研究研究

喜欢技术的前端

喜欢技术的前端 - QQ---445849201

第一个眼睛是 edge 自动带上去的 ,可以在uni_modules/uni-easyinput/components/uni-easyinput/uni-easyinput.vue 页面加上

.uni-easyinput__content-input ::-ms-reveal {  
    display: none;  
}  

.uni-easyinput__content-input ::-ms-clear {  
    display: none;  
}  

.uni-easyinput__content-input ::-o-clear {  
    display: none;  
}
HRK_01

HRK_01

感谢反馈,下版本更新时会同步修复该bug

要回复问题请先登录注册