dolphin-weex-ui 2.2.3 → 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,15 @@
1
1
  # 升级日志
2
2
 
3
+ ## 2.2.5
4
+
5
+ - [ ! ] 适配dof-minibar web顶部间距
6
+ - [ ! ] date: 2024/11/14
7
+
8
+ ## 2.2.4
9
+
10
+ - [ ! ] 修复dof-cell 点击箭头不跳转问题
11
+ - [ ! ] date: 2024/11/07
12
+
3
13
  ## 2.2.3
4
14
 
5
15
  - [ ! ] 修复dof-button 禁用样式问题
@@ -19326,6 +19326,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
19326
19326
  //
19327
19327
  //
19328
19328
  //
19329
+ //
19329
19330
 
19330
19331
  var icon = __webpack_require__(3);
19331
19332
  var modal = weex.requireModule('modal');
@@ -27134,6 +27135,13 @@ exports.default = {
27134
27135
 
27135
27136
  var backgroundColor = backgroundColor_;
27136
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
+
27137
27145
  if (this.isImmersion) {
27138
27146
  // 全屏显示,weex自行处理状态栏高度
27139
27147
  result = _extends({
@@ -48257,6 +48265,9 @@ module.exports={render:function (){var _vm=this;var _h=_vm.$createElement;var _c
48257
48265
  "code": '\u4713',
48258
48266
  "size": 48,
48259
48267
  "color": 'rgba(255,255,255,0.80)'
48268
+ },
48269
+ on: {
48270
+ "dofIconFontClicked": _vm.onClick
48260
48271
  }
48261
48272
  }) : _c('image', {
48262
48273
  staticClass: ["cell-arrow-icon"],