|
@@ -343,7 +343,7 @@ export default {
|
|
|
this.statusBarHeight = systemInfo.statusBarHeight || 0;
|
|
this.statusBarHeight = systemInfo.statusBarHeight || 0;
|
|
|
this.heroTopOffset = 0;
|
|
this.heroTopOffset = 0;
|
|
|
this.capsuleSafeRight = 0;
|
|
this.capsuleSafeRight = 0;
|
|
|
- const topLift = uni.upx2px(10);
|
|
|
|
|
|
|
+ const topLift = uni.upx2px(20);
|
|
|
const liftTop = (px) => Math.max(this.statusBarHeight, px - topLift);
|
|
const liftTop = (px) => Math.max(this.statusBarHeight, px - topLift);
|
|
|
// #ifdef MP-WEIXIN
|
|
// #ifdef MP-WEIXIN
|
|
|
const menuButton = uni.getMenuButtonBoundingClientRect();
|
|
const menuButton = uni.getMenuButtonBoundingClientRect();
|
|
@@ -687,7 +687,6 @@ export default {
|
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
|
align-items: flex-start;
|
|
align-items: flex-start;
|
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
|
- margin-top: 4upx;
|
|
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
background: transparent;
|
|
background: transparent;
|
|
|
}
|
|
}
|