dolphin-weex-ui 2.3.7 → 2.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dolphin-weex-ui",
3
- "version": "2.3.7",
3
+ "version": "2.3.8",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -161,9 +161,7 @@ export default {
161
161
  backgroundColor: this.maskBgColor,
162
162
  height: this.height + 'px',
163
163
  borderRadius: this.borderRadius + 'px',
164
- overflow: 'hidden',
165
- // backgroundImage: "../../assets/img/image/activity.png",
166
- // backgroundRepeat: "no-repeat",
164
+ overflow: 'hidden'
167
165
  }
168
166
  },
169
167
  shouldShow() {