dolphin-weex-ui 2.4.23 → 2.5.0

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.4.23",
3
+ "version": "2.5.0",
4
4
  "description": "inteligense cross platform frame",
5
5
  "main": "index.js",
6
6
  "directories": {
@@ -260,7 +260,7 @@ export default {
260
260
  if (Utils.env.isHarmony())
261
261
  return {
262
262
  backgroundColor,
263
- height: +this.statusBarHeight + 44 + 'wx',
263
+ // height: +this.statusBarHeight + 44 + 'wx',
264
264
  'padding-top': this.statusBarHeight + 'wx',
265
265
  ...barStyle
266
266
  }