dolphin-weex-ui 2.2.9 → 2.2.10

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.10
4
+
5
+ - [ ! ] 修复dof-modal、dof-overlay鸿蒙适配
6
+ - [ ! ] date: 2024/12/12
7
+
3
8
  ## 2.2.9
4
9
 
5
10
  - [ ! ] 修复dof-minibar鸿蒙适配
@@ -27495,6 +27495,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
27495
27495
  //
27496
27496
  //
27497
27497
  //
27498
+ //
27498
27499
 
27499
27500
  var _dofOverlay = __webpack_require__(6);
27500
27501
 
@@ -28697,6 +28698,7 @@ var animation = weex.requireModule('animation'); //
28697
28698
  //
28698
28699
  //
28699
28700
  //
28701
+ //
28700
28702
 
28701
28703
  exports.default = {
28702
28704
  mixins: [_colmo2.default],
@@ -43072,7 +43074,8 @@ module.exports = {
43072
43074
  "left": "0",
43073
43075
  "right": "0",
43074
43076
  "alignItems": "center",
43075
- "justifyContent": "center"
43077
+ "justifyContent": "center",
43078
+ "zIndex": 1000
43076
43079
  },
43077
43080
  "modal-box": {
43078
43081
  "width": "540",
@@ -45907,7 +45910,8 @@ module.exports = {
45907
45910
  "left": 0,
45908
45911
  "top": 0,
45909
45912
  "bottom": 0,
45910
- "right": 0
45913
+ "right": 0,
45914
+ "zIndex": 1000
45911
45915
  }
45912
45916
  }
45913
45917