chore(游戏王活动页): 帮助弹窗样式调整

This commit is contained in:
hzj 2025-12-19 18:31:43 +08:00
parent a29edb85d9
commit c031adee17

View File

@ -544,13 +544,13 @@
<div style="margin: 10vh 0 5vh" @click.stop>
<itemCenter
:imgUrl="imageUrl(getImgName('helpBg'))"
:contentStyle="`inset: 15% 4% 3%;overflow-y: auto;display:block;`"
:contentStyle="`inset: 15% 8% 3%;overflow-y: auto;display:block;`"
>
<img
v-smart-img
:src="imageUrl(getImgName('helpInfo'))"
alt=""
style="display: block; width: 100%; object-fit: cover"
style="display: block; width: 100%; object-fit: cover; margin-bottom: 6vw"
/>
</itemCenter>
</div>