hookehuyr

style(PosterCheckin): 调整海报预览区域底部内边距为110rpx

...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
47 </view> 47 </view>
48 48
49 <!-- 海报预览区域 - 正常状态 --> 49 <!-- 海报预览区域 - 正常状态 -->
50 - <view v-if="pageState === 'normal'" class="flex-1 mx-4 relative" style="overflow: visible; padding-bottom: 100rpx;"> 50 + <view v-if="pageState === 'normal'" class="flex-1 mx-4 relative" style="overflow: visible; padding-bottom: 110rpx;">
51 <view class="h-full relative flex items-center justify-center"> 51 <view class="h-full relative flex items-center justify-center">
52 <view v-if="currentPoster.path" class="w-full h-full relative"> 52 <view v-if="currentPoster.path" class="w-full h-full relative">
53 <image 53 <image
......