diff --git a/src/components/TopNavBar/index.vue b/src/components/TopNavBar/index.vue index b4c1a68..55a67dc 100644 --- a/src/components/TopNavBar/index.vue +++ b/src/components/TopNavBar/index.vue @@ -8,7 +8,9 @@ :style="{ height: navBarHeight + 'px' }"> + + diff --git a/src/pages.json b/src/pages.json index ac0bc86..ee33e85 100644 --- a/src/pages.json +++ b/src/pages.json @@ -78,6 +78,7 @@ } ], "globalStyle": { + "navigationStyle": "custom", "navigationBarTextstyle": "black", "navigationBarTitleText": "", "navigationBarBackgroundcolor": "#F8F8F8", diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index 5407656..69b58e6 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -13,8 +13,8 @@