From c61f03cfe1fcf023c7128f77f3d692aef309f77f Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期四, 30 十月 2025 14:59:59 +0800
Subject: [PATCH] 页面优化
---
components/TopBar.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/TopBar.vue b/components/TopBar.vue
index b1d6ffe..60d3e81 100644
--- a/components/TopBar.vue
+++ b/components/TopBar.vue
@@ -39,7 +39,7 @@
scrollLeft: 0,
titleList: [
{
- index: 'home',
+ index: 'home1',
pagePath: '/pages/tabbar/index/home',
title: '鎺ㄨ崘'
},
@@ -108,7 +108,7 @@
.top-bar .title-scroll {
width: 100%;
- height: 80rpx;
+ height: 40px;
white-space: nowrap;
}
--
Gitblit v1.8.0