dolphin-weex-ui 2.3.4 → 2.3.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.3.5
4
+
5
+ - [ ! ] 适配鸿蒙
6
+ - [ ! ] date: 2025/05/19
7
+
3
8
  ## 2.3.4
4
9
 
5
10
  - [ ! ] 修复dof-cell 红点位置未适配问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-weex-ui",
3
- "version": "2.3.4",
3
+ "version": "2.3.5",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -160,7 +160,8 @@ export default {
160
160
  width: this.width + 'px',
161
161
  backgroundColor: this.maskBgColor,
162
162
  height: this.height + 'px',
163
- borderRadius: this.borderRadius + 'px'
163
+ borderRadius: this.borderRadius + 'px',
164
+ overflow: 'hidden',
164
165
  // backgroundImage: "../../assets/img/image/activity.png",
165
166
  // backgroundRepeat: "no-repeat",
166
167
  }