From 24b5bd67960978c6e4c1b874d7d24268f0e940c6 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 18 Jun 2025 16:11:40 +0800
Subject: [PATCH] feat:更新内容颜色
---
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
index 173ae8b..0944260 100644
--- a/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
+++ b/src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -280,6 +280,9 @@
:deep(.custom-header th.el-table__cell) {
color: rgba(0, 0, 0, 0.85);
}
+ :deep(.el-table td.el-table__cell) {
+ color: #606266;
+ }
:deep(.el-pagination) {
display: flex;
justify-content: flex-end;
--
Gitblit v1.9.3