在ie edge 浏览器中,uni-easyinput 组件类型为password时,出现两个小眼睛图标

问题描述:
在ie edge 浏览器中,uni-easyinput 组件类型为password时,出现两个小眼睛图标,此为官方组件已存在的bug

解决思路:
在/uni_modules/uni-easyinput/components/uni-easyinput.vue组件中样式中增加以下代码

详细代码:

/*去除ie edge浏览器中密码框默认出现的小眼睛*/  
.uni-easyinput__content-input ::-ms-reveal {  
	display: none;  
}

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-06-19 00:24:03       98 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-06-19 00:24:03       106 阅读
  3. 在Django里面运行非项目文件

    2024-06-19 00:24:03       87 阅读
  4. Python语言-面向对象

    2024-06-19 00:24:03       96 阅读

热门阅读

  1. react学习-redux快速体验

    2024-06-19 00:24:03       36 阅读
  2. 工厂模式(设计模式)

    2024-06-19 00:24:03       31 阅读
  3. iOS 中 attribute((constructor)) 修饰的函数

    2024-06-19 00:24:03       27 阅读
  4. 2024年,计算机相关专业还值得选择吗?

    2024-06-19 00:24:03       35 阅读
  5. 游戏心理学Day18

    2024-06-19 00:24:03       32 阅读
  6. 工具清单 - Bug追踪管理

    2024-06-19 00:24:03       41 阅读
  7. webpack打包gz文件,nginx开启gzip压缩

    2024-06-19 00:24:03       34 阅读