dolphin-weex-ui 2.4.23 → 2.4.24

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.24
4
+
5
+ - [ ! ] 修复harmony端dof-minibar组件高度问题
6
+ - [ ! ] date: 2026/05/08
7
+
3
8
  ## 2.4.23
4
9
 
5
10
  - [ ! ] 缺省页使用原生协议地址(app ^11.4.15)
@@ -28032,7 +28032,7 @@ exports.default = {
28032
28032
  // harmony
28033
28033
  if (_utils2.default.env.isHarmony()) return _extends({
28034
28034
  backgroundColor: backgroundColor,
28035
- height: +this.statusBarHeight + 44 + 'wx',
28035
+ // height: +this.statusBarHeight + 44 + 'wx',
28036
28036
  'padding-top': this.statusBarHeight + 'wx'
28037
28037
  }, barStyle);
28038
28038