From 13bf37ae8c0e8fab5e6cc82b95f208f4aee49aaf Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Fri, 13 Mar 2026 14:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=AE=E6=92=AD=E5=9B=BE=E7=BB=84=E4=BB=B6?= =?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/packages/components/Tasks/Tasks/TaskBanner/index.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/packages/components/Tasks/Tasks/TaskBanner/index.vue b/src/packages/components/Tasks/Tasks/TaskBanner/index.vue index d65548f..43037ac 100644 --- a/src/packages/components/Tasks/Tasks/TaskBanner/index.vue +++ b/src/packages/components/Tasks/Tasks/TaskBanner/index.vue @@ -12,7 +12,7 @@
-
+
{{ item.title }}
{{ item.desc }}
@@ -162,7 +162,7 @@ const handlerShowColumns = ()=> { margin: 0 auto; } .tasktitlesbox{ - width: 120px; + width: 90px; height: 30px; } .dots{ @@ -175,6 +175,11 @@ const handlerShowColumns = ()=> { .titleText{ color: v-bind('titleColor'); font-size: v-bind('titleSize+"px"'); + width: 72px; + text-align: right; + margin-right: 10px; + color: #9aa4af; + flex-shrink: 0; } .desStyle{ width: calc(100% - 120px);