12.4 概念模块功能完善

This commit is contained in:
尚政杰
2025-12-04 17:41:33 +08:00
parent 4e64455b9b
commit 44842120da
5090 changed files with 9843 additions and 146120 deletions

View File

@@ -83,9 +83,6 @@
let menuHeight = inject('menuHeight');
let menuTop = inject('menuTop');
// #endif
if (this.hideNavBg) {
this.titleColor = 'black'
}
let navBarStyle = `background-color:${this.bgColor};height:${navHeight}px;`
let backTitleStyle = `height:${menuHeight}px;margin-top:${menuTop}px;color:${this.titleColor}`
let navTitleStyle = `height:${menuHeight}px;line-height:${menuHeight}px;top:${menuTop}px;color:${this.titleColor}`