uview-plus 3.4.77 → 3.4.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.4.78(2025-08-09)
2
+ fix: 修复table2在popup弹窗中无法横向滚动
3
+
1
4
  ## 3.4.77(2025-08-08)
2
5
  feat: 优化waterfall瀑布流组件逻辑
3
6
 
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <view scroll-x class="u-table2" :style="{ height: height ? height + 'px' : 'auto' }">
2
+ <scroll-view scroll-x class="u-table2" :style="{ height: height ? height + 'px' : 'auto' }">
3
3
  <!-- 表头 -->
4
4
  <view v-if="showHeader" class="u-table-header" :class="{ 'u-table-sticky': fixedHeader }" :style="{minWidth: scrollWidth}">
5
5
  <view class="u-table-row">
@@ -89,7 +89,7 @@
89
89
  <view v-if="!$slots['empty']" class="u-table-empty">{{ emptyText }}</view>
90
90
  </template>
91
91
  </view>
92
- </view>
92
+ </scroll-view>
93
93
  </template>
94
94
 
95
95
  <script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "uview-plus",
3
3
  "name": "uview-plus",
4
4
  "displayName": "零云®uview-plus3.0重磅发布,全面的Vue3鸿蒙跨端移动组件库,组件丰富维护更新稳定。",
5
- "version": "3.4.77",
5
+ "version": "3.4.78",
6
6
  "description": "零云®uview-plus已兼容vue3,100+全面的组件和便捷的工具会让您信手拈来,如鱼得水。",
7
7
  "keywords": [
8
8
  "uview",