dolphin-weex-ui 2.4.23 → 2.4.24
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 +5 -0
- package/dist/index.native.js +1 -1
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +4 -4
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-minibar/index.vue +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -28032,7 +28032,7 @@ exports.default = {
|
|
|
28032
28032
|
// harmony
|
|
28033
28033
|
if (_utils2.default.env.isHarmony()) return _extends({
|
|
28034
28034
|
backgroundColor: backgroundColor,
|
|
28035
|
-
height: +this.statusBarHeight + 44 + 'wx',
|
|
28035
|
+
// height: +this.statusBarHeight + 44 + 'wx',
|
|
28036
28036
|
'padding-top': this.statusBarHeight + 'wx'
|
|
28037
28037
|
}, barStyle);
|
|
28038
28038
|
|