From 2667bda2c5fdd9258c186a6a7a7f5532dcbe3550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 16 Jul 2024 14:54:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/components/PathReview.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/manage/components/PathReview.vue b/src/views/manage/components/PathReview.vue index 7129943..a11f0cd 100644 --- a/src/views/manage/components/PathReview.vue +++ b/src/views/manage/components/PathReview.vue @@ -129,7 +129,7 @@ 路径信息
+ :style="tab == 2 ? 'min-width:150px' : ''"> 路径任务 @@ -462,6 +462,7 @@ export default { .zljtitle { font-size: 14px; height: 50px; + padding-left: 2px; line-height: 50px; border-bottom: 1px solid #e6ebf5; } @@ -630,7 +631,7 @@ export default { .topbutton { background-color: #DDE0E9; - width: 100px; + min-width: 100px; height: 34px; display: flex; align-items: center;