dolphin-weex-ui 2.2.4 → 2.2.5

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.2.5
4
+
5
+ - [ ! ] 适配dof-minibar web顶部间距
6
+ - [ ! ] date: 2024/11/14
7
+
3
8
  ## 2.2.4
4
9
 
5
10
  - [ ! ] 修复dof-cell 点击箭头不跳转问题
@@ -27135,6 +27135,13 @@ exports.default = {
27135
27135
 
27136
27136
  var backgroundColor = backgroundColor_;
27137
27137
  var isIPhoneSE = weex.config.env.deviceModel.substr(6) === '12,8';
27138
+ // harmony
27139
+ if (_utils2.default.env.isWeb()) return _extends({
27140
+ backgroundColor: backgroundColor,
27141
+ height: '44wx',
27142
+ 'padding-top': '20wx'
27143
+ }, barStyle);
27144
+
27138
27145
  if (this.isImmersion) {
27139
27146
  // 全屏显示,weex自行处理状态栏高度
27140
27147
  result = _extends({