dolphin-weex-ui 1.3.3 → 1.3.4

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
+ ## 1.3.4
4
+
5
+ - [ ! ] 修复cell组件图标超出苹果和安卓两端表现不一致问题
6
+ - [ ! ] date: 2023/08/29
7
+
3
8
  ## 1.3.3
4
9
 
5
10
  - [ ! ] 修改部分组件由于标签里的 ... 扩展运算符导致的编译错误
@@ -17019,6 +17019,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
17019
17019
  //
17020
17020
  //
17021
17021
  //
17022
+ //
17022
17023
 
17023
17024
  var icon = __webpack_require__(1);
17024
17025
  var modal = weex.requireModule('modal');
@@ -38085,7 +38086,8 @@ module.exports = {
38085
38086
  "height": "96",
38086
38087
  "display": "flex",
38087
38088
  "alignItems": "center",
38088
- "justifyContent": "center"
38089
+ "justifyContent": "center",
38090
+ "overflow": "hidden"
38089
38091
  },
38090
38092
  "text-dot-tip": {
38091
38093
  "width": "16",