uview-plus 3.4.18 → 3.4.19

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,4 +1,7 @@
1
- ## 3.4.18(2025-04-13
1
+ ## 3.4.19(2025-04-14
2
+ fix: 修复model组件增加contentStyle带来的语法问题
3
+
4
+ ## 3.4.18(2025-04-14)
2
5
  fix: upload组件支持所有文件类型的onClickPreview事件
3
6
 
4
7
  ## 3.4.17(2025-04-11)
@@ -101,7 +101,6 @@ export const props = defineMixin({
101
101
  contentStyle: {
102
102
  type: Object,
103
103
  default: () => defProps.modal.contentStyle
104
- },
105
-
104
+ }
106
105
  }
107
106
  })
@@ -139,7 +139,7 @@
139
139
  computed: {
140
140
  contentStyleCpu() {
141
141
  let style = this.contentStyle;
142
- style.paddingTop = `${title ? 12 : 25}px`
142
+ style.paddingTop = `${this.title ? 12 : 25}px`
143
143
  return style;
144
144
  }
145
145
  },
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.18",
5
+ "version": "3.4.19",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水。",
7
7
  "keywords": [
8
8
  "uview",