fix(h5): hide in-page nav titles that duplicate WeChat chrome
CI / verify (pull_request) Has been cancelled

Keep back buttons and header layout. mini-user only hides titles on H5; partner/shop hide .app-page-title and legal titles; shared PageHeader defaults showTitle=false.
This commit is contained in:
2026-07-16 08:05:44 +08:00
parent 7b14f4a0cc
commit 5a26841d3a
10 changed files with 66 additions and 16 deletions
+8
View File
@@ -2702,3 +2702,11 @@
cursor: pointer;
}
/* 微信 H5 系统标题已展示:隐藏页内重复标题,保留返回键与顶栏布局 */
.app-page-title {
visibility: hidden;
font-size: 0 !important;
line-height: 0 !important;
color: transparent !important;
}