style(国王皇后榜): 修复页面左右滑动的问题

This commit is contained in:
hzj 2025-12-29 10:51:06 +08:00
parent 45b05d52b2
commit ca6aa5459d

View File

@ -338,17 +338,21 @@
<!-- 弹窗遮罩层 --> <!-- 弹窗遮罩层 -->
<maskLayer :maskLayerShow="maskLayerShow" @click="closedPopup"> <maskLayer :maskLayerShow="maskLayerShow" @click="closedPopup">
<!-- help弹窗 --> <!-- help弹窗 -->
<div v-show="helpInfoShow" style="margin: 20% 0" @click.stop> <div
v-show="helpInfoShow"
style="width: 100vw; margin: 20% 0; overflow: hidden"
@click.stop
>
<img <img
v-smart-img v-smart-img
:src="imageUrl('helpInfo')" :src="imageUrl('helpInfo')"
alt="" alt=""
style="width: 108vw; position: relative; left: -4vw" style="width: 108vw; position: relative; left: -4vw; display: block"
/> />
</div> </div>
<!-- history弹窗 --> <!-- history弹窗 -->
<div v-show="historyShow" style="margin: 20% 0" @click.stop> <div v-show="historyShow" style="width: 100vw; margin: 20% 0; overflow: hidden" @click.stop>
<div style="width: 108vw; position: relative; left: -4vw"> <div style="width: 108vw; position: relative; left: -4vw">
<borderImg title="History"> <borderImg title="History">
<div <div
@ -493,7 +497,11 @@
</div> </div>
<!-- rewards弹窗 --> <!-- rewards弹窗 -->
<div v-show="rewardsShow" style="padding: 20% 0" @click.stop> <div
v-show="rewardsShow"
style="width: 100vw; padding: 20% 0; overflow: hidden"
@click.stop
>
<div style="width: 108vw; position: relative; left: -4vw"> <div style="width: 108vw; position: relative; left: -4vw">
<!-- 取消按钮 --> <!-- 取消按钮 -->
<img <img