uview-plus 3.4.57 → 3.4.58

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.58(2025-07-22)
2
+ fix: 修复样式优先级影响grid宫格组件布局
3
+
1
4
  ## 3.4.57(2025-07-22)
2
5
  feat: 新增title标题组件
3
6
 
@@ -105,7 +105,7 @@
105
105
  // 在uni-app中应尽量避免使用flex布局以外的方式,因为nvue/uvue等方案都支持flex布局
106
106
  // 这里使用grid布局使用为目前20240409uni-app在抖音小程序开启virtualHost时有bug,存在事件失效问题。
107
107
  /* #ifndef APP-NVUE */
108
- display: grid;
108
+ display: grid !important;
109
109
  grid-gap: v-bind(gap);
110
110
  grid-template-columns: repeat(v-bind(col), 1fr);
111
111
  /* #endif */
package/index.js CHANGED
@@ -125,6 +125,9 @@ const install = (Vue, upuiParams = '') => {
125
125
  Vue.component(name, component);
126
126
  });
127
127
  // #endif
128
+
129
+ // 加载字体
130
+ fontUtil.loadFont();
128
131
 
129
132
  // 初始化
130
133
  if (upuiParams) {
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.57",
5
+ "version": "3.4.58",
6
6
  "description": "零云®uview-plus已兼容vue3,全面的组件和便捷的工具会让您信手拈来,如鱼得水。",
7
7
  "keywords": [
8
8
  "uview",