From 44abd673cce186ad3ac3ae6ad893bdcc22676834 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=AE=B8=E5=85=81=E6=9E=9E?= <3422692813@qq.com>
Date: Mon, 10 Mar 2025 15:59:55 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 dc-App/pages/busNavigation/busNavigation.nvue | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dc-App/pages/busNavigation/busNavigation.nvue b/dc-App/pages/busNavigation/busNavigation.nvue
index b25262e..88afb92 100644
--- a/dc-App/pages/busNavigation/busNavigation.nvue
+++ b/dc-App/pages/busNavigation/busNavigation.nvue
@@ -713,8 +713,8 @@
   .c_c_title {
 
     //width: 260rpx;
-    width: 100%;
-    height: 48rpx;
+    width: 90%;
+    height: 52rpx;
     border-radius: 8rpx 8rpx 8rpx 8rpx;
     background: #fcd702;
     flex-direction: row;
@@ -811,5 +811,6 @@
   .segment-item{
     width: 290rpx;
     margin: 5rpx 2rpx;
+    padding-right: 25rpx;
   }
 </style>