dolphin-weex-ui 2.4.27 → 2.4.28

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,5 +1,10 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.4.28
4
+
5
+ - [ ! ] dof-cell组件colmo 左侧图标大小规范修改
6
+ - [ ! ] date: 2026/05/18
7
+
3
8
  ## 2.4.27
4
9
 
5
10
  - [ ! ] dof-cell组件colmo 左侧图标间距规范修改
@@ -20437,7 +20437,7 @@ exports.default = {
20437
20437
  } else if (iconSize === 'min') {
20438
20438
  return 24;
20439
20439
  } else {
20440
- return 76;
20440
+ return 72;
20441
20441
  }
20442
20442
  },
20443
20443
  rightTextStyleComp: function rightTextStyleComp() {