Fix(攻略专题):店铺——攻略专题页第四页和第五页之间有白边(苹果手机)

This commit is contained in:
linxi
2024-08-27 10:15:17 +08:00
parent 6ad3ba0fd6
commit 2aceabf991
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ each(@colors, {
.generateFontSize(@i + 4); .generateFontSize(@i + 4);
} }
.generateFontSize(20); .generateFontSize(0);
.generateMarginAndPadding(@n, @i:0) when (@i<= @n) { .generateMarginAndPadding(@n, @i:0) when (@i<= @n) {
@baseNum: @i * 8rpx; @baseNum: @i * 8rpx;
+2 -1
View File
@@ -8,7 +8,7 @@
transparent="auto" transparent="auto"
color='#ffffff' color='#ffffff'
/> />
<view v-if="isLoad"> <view v-if="isLoad" class="v12-font-0">
<image <image
:src="templateProperties.page1Image" :src="templateProperties.page1Image"
class="top-img" class="top-img"
@@ -150,6 +150,7 @@ export default {
} }
.page-wrap { .page-wrap {
position: relative; position: relative;
font-size: 0;
.page-2 { .page-2 {
width: 100%; width: 100%;
height: 450rpx; height: 450rpx;