fix(h5): 小程序 WebView 刘海区背景与顶栏安全区

Logo 下移 safe-area、embed 隐藏 HTML 标题;暖色渐变铺满刘海,页面背景上延与全屏洗底层对齐。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-25 01:14:07 +08:00
co-authored by Cursor
parent 635a83fe11
commit 96292d0e95
6 changed files with 53 additions and 21 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<AppHeader />
<router-view />
</div>
<IcpFooter />
<IcpFooter class="app-footer" />
<TabBar v-if="!mpEmbed" />
</div>
</template>