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);