style(总排行榜): 状态栏占位区域高度增加

This commit is contained in:
hzj 2025-11-21 14:47:35 +08:00
parent 2f4478c7f4
commit 21e6e017e3

View File

@ -15,7 +15,7 @@
" "
> >
<!-- 状态栏占位区域仅在APP中显示 --> <!-- 状态栏占位区域仅在APP中显示 -->
<div v-if="isInAppEnvironment" style="height: 30px"></div> <div v-if="isInAppEnvironment" style="height: 40px"></div>
<!-- 顶部导航栏 --> <!-- 顶部导航栏 -->
<div style="padding: 4px 8%"> <div style="padding: 4px 8%">