<uni-easyinput class="test-class" :inputBorder="false" placeholder="请输入年龄"></uni-easyinput>
- 发布:2024-11-20 00:37
- 更新:2024-11-20 00:37
- 阅读:11
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: window11
HBuilderX类型: 正式
HBuilderX版本号: 4.33
第三方开发者工具版本号: 1.06.2409140 win32-x64
基础库版本号: 3.6.5
项目创建方式: HBuilderX
示例代码:
操作步骤:
在uni-easyinput上添加一个class
在uni-easyinput上添加一个class
预期结果:
在小程序编译后应该有这个class
在小程序编译后应该有这个class
实际结果:
在小程序编译后没有这个class,在任何元素中都没找到
在小程序编译后没有这个class,在任何元素中都没找到
bug描述:
我在uni-easyinput上写一个class,编译在h5中是有的,编译在小程序中就没有
这个问题在uni-form-item中似乎也存在,但是在一些别的组件中例如uni-link、uni-notice-bar等中则不存在