dolphin-weex-ui 2.2.4 → 2.2.6

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({
@@ -43027,7 +43034,7 @@ module.exports = {
43027
43034
  "alignItems": "center",
43028
43035
  "justifyContent": "center"
43029
43036
  },
43030
- "wrapper": {
43037
+ "dofModalWrapper": {
43031
43038
  "position": "fixed",
43032
43039
  "top": "0",
43033
43040
  "bottom": "0",
@@ -48588,7 +48595,7 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
48588
48595
  "hasAnimation": false
48589
48596
  }
48590
48597
  }) : _vm._e(), (_vm.show) ? _c('div', {
48591
- staticClass: ["wrapper"],
48598
+ staticClass: ["dofModalWrapper"],
48592
48599
  on: {
48593
48600
  "click": _vm.layoutClick
48594
48601
  }