uni-ui icon indicating copy to clipboard operation
uni-ui copied to clipboard

vite + vue3 项目编译到支付宝小程序 uni-data-picker 组件样式错乱

Open huhan-y opened this issue 3 years ago • 0 comments

image

uni-data-picker 组件中引用了uni-data-pickerview 组件,这两个组件中类名重复导致页面样式错乱

image image

在node_modules/@dcloudio/uni-ui/lib/uni-data-picker 和 uni-data-pickerview源码中style标签加上scoped属性可以临时解决问题:

image

huhan-y avatar Aug 16 '22 06:08 huhan-y