From 20552f58f1a57b07ee237da02d8e87c574b669d6 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期六, 28 十月 2023 17:45:33 +0800 Subject: [PATCH] feat: 任务分类切换组件 --- src/views/dashboard/components/TaskInfo.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/dashboard/components/TaskInfo.vue b/src/views/dashboard/components/TaskInfo.vue index 9f151d4..e085d73 100644 --- a/src/views/dashboard/components/TaskInfo.vue +++ b/src/views/dashboard/components/TaskInfo.vue @@ -55,6 +55,7 @@ $status-running: #ffcc00; $status-ready: #13235a; $status-done: #13235a; +$text-color: #d7d7d7; .task-info { background-color: #6b83ff; border-radius: 4px; @@ -81,6 +82,7 @@ .task-info-content { font-size: 13px; padding: 10px 20px; + color: $text-color; .row { width: 100%; height: 24px; -- Gitblit v1.8.0