changed the title u-popup 组件 非bottom 模式 不应该显示safeAreaInsetBottom。 u-popup 组件 非bottom 模式 不应该默认显示safeAreaInsetBottom。 on Dec 6, 2024 ijry commented on Dec 9, 2024 ijry on Dec 9, 2024 Owner 传参数safeAreaInsetBottom="false"就好了哈,不然props默认值不好做。 ijry...
零云®uview-plus,是uni-app全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。 - 修复日历组件二次打开后当前月份显示不正确 · ijry/uview-plus@2cb875f
零云®uview-plus,是uni-app全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。 - fix: 修复NVUE下tabbar文字不显示 #458 · ijry/uview-plus@2fd00e2
2 changes: 1 addition & 1 deletion 2 src/uni_modules/uview-plus/components/u-calendar/month.vue Original file line numberDiff line numberDiff line change @@ -450,7 +450,7 @@ }, setSelected(selected, event = true) { this.selected = selected event && this.$emit('monthSelected', ...
const state = reactive({ disabled:false, deletable:false, maxCount:0 }) disabled是否启用(显示/隐藏)组件 这个是没有问题的 但是maxCount 和 deletable这两个属性 更改了 并不会实时的生效 结束调查的时候 我确定是改变了 deletable和maxCount 属性的值 --但是并没有生效-disabled生效了 仔细看图片就会发现...
ijry/uview-plusPublic Notifications Fork134 Star513 Code Issues37 Pull requests1 Actions Security Insights New issue Jump to bottom Merged ijrymerged 1 commit intoijry:masterfromnansonw:master Dec 18, 2023 修复up-calendar日历控件在不显示确定按钮的情况下(show-confirm 绑定假值),点击弹窗弹起展示日历...