在线直播系统源码,uniapp踩坑之uni-ui,不显示uni-list列表 //把uni-collapse-item里的titleBorder="none"删除就行 <uni-collapse @change="change"> <uni-collapse-item titleBorder="none"> ... 内容... </uni-collapse-item> </uni-collapse> 以上就是 在线直播系统源码,uniapp踩坑之uni-ui,不显...
dcloudio/uni-uiPublic NotificationsYou must be signed in to change notification settings Fork669 Star1.9k New issue Closed Activity Sign up for freeto join this conversation on GitHub.Already have an account?Sign in to comment
1. 项目场景:uniapp 静态图片不显示 提示:这里简述项目相关背景: 例如:项目场景:示例:通过蓝牙芯片(HC-05)与手机 APP 通信,每隔 5s 传输一批传感器数据(不是很大) # 问题描述: 用这种方式在web可以展示,但是在安卓真机测试没有 1. 原因: 只能使用网络链接和base64的方式显示 解决方案: 使用背景图的方式引用...
2 changes: 2 additions & 0 deletions 2 uni_modules/uni-nav-bar/changelog.md Original file line numberDiff line numberDiff line change @@ -1,3 +1,5 @@ ## 1.3.6(2022-06-30) - 修复 组件示例中插槽用法无法显示内容的bug ## 1.3.5(2022-05-24) - 新增stat 属性 ,可开启统计title 上报...
UITableView和UIScrollView共存,滚动条滚动问题。UIScrollView中放了一个UITableView,两个滚动条会冲突,我的解决方法是把UITableView中的scrollView Enabled禁止掉。只让UIScrollView可以滚动,然后动态计算UITableView中cell的高度*行数。这是UITableView的高度就行了。UIScrollView也一样动态计算设置...
1 //把uni-collapse-item里的titleBorder="none"删除就行 <uni-collapse @change="change"> <uni-collapse-item titleBorder="none"> ... 内容... </uni-collapse-item> </uni-collapse> 以上就是 在线直播系统源码,uniapp踩坑之uni-ui,不显示uni-list列表,更多内容欢迎关注之后的文章...
uni-search-bar.vue package.json 2 changes: 2 additions & 0 deletions 2 uni_modules/uni-search-bar/changelog.md Original file line numberDiff line numberDiff line change @@ -1,3 +1,5 @@ ## 1.3.0(2024-04-22) - 修复textColor默认值导致的文字不显示的bug ## 1.2.9(2024-04-17) ...
View details xiaohe0601 merged commit 76bd48d into nutui-uniapp:main Oct 29, 2024 5 checks passed xiaohe0601 pushed a commit that referenced this pull request Oct 29, 2024 fix(picker): 修复showToolbar为false时,picker组件宽度为0不显示的问题 (#442) … 0bf8b0e RJQingHuan deleted th...
nutui-uniapp 版本号 1.5.9 平台 weapp 重现链接 https://nutui-uniapp.netlify.app/components/dentry/calendar.html 重现步骤 设置日历组件的default-value为['2024-01-01', '2024-01-03'],start-date="2022-01-01",end-date="2024-01-04" <nut-calendar v-model:visibl