From ba8a936772e4e2c58dd515d64d7cb7d7817bbe88 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期六, 28 十月 2023 18:50:42 +0800
Subject: [PATCH] Merge branch 'dev' of http://192.168.5.5:10010/r/web/bulletin-board-style1 into wn

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