dolphin-weex-ui 2.2.4 → 2.2.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 +5 -0
- package/dist/index.native.js +7 -0
- package/dist/index.native.js.map +1 -1
- package/dist/index.web.js +8 -1
- package/dist/index.web.js.map +1 -1
- package/package.json +1 -1
- package/packages/dof-minibar/index.vue +9 -0
package/CHANGELOG.md
CHANGED
package/dist/index.native.js
CHANGED
|
@@ -27135,6 +27135,13 @@ exports.default = {
|
|
|
27135
27135
|
|
|
27136
27136
|
var backgroundColor = backgroundColor_;
|
|
27137
27137
|
var isIPhoneSE = weex.config.env.deviceModel.substr(6) === '12,8';
|
|
27138
|
+
// harmony
|
|
27139
|
+
if (_utils2.default.env.isWeb()) return _extends({
|
|
27140
|
+
backgroundColor: backgroundColor,
|
|
27141
|
+
height: '44wx',
|
|
27142
|
+
'padding-top': '20wx'
|
|
27143
|
+
}, barStyle);
|
|
27144
|
+
|
|
27138
27145
|
if (this.isImmersion) {
|
|
27139
27146
|
// 全屏显示,weex自行处理状态栏高度
|
|
27140
27147
|
result = _extends({
|