From a846c4b66ee79f1ad5faad51e192eb0add03bb7c Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sat, 11 Apr 2026 22:21:02 +0800 Subject: [PATCH] chore: 1 --- .../cert/domains-verify-plan-editor/index.vue | 7 +++---- .../pipeline/component/task-view/index.vue | 20 +++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/index.vue b/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/index.vue index 62f8027e9..0d6fb3595 100644 --- a/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/index.vue +++ b/packages/ui/certd-client/src/components/plugins/cert/domains-verify-plan-editor/index.vue @@ -2,7 +2,7 @@
-
+
这里可以放大 @@ -273,7 +273,7 @@ watch( left: 0; width: 100%; height: 100%; - background-color: rgba(74, 74, 74, 0.78); + // background-color: rgba(74, 74, 74, 0.78); z-index: 1000; margin: auto; display: flex; @@ -287,7 +287,6 @@ watch( .plan-box { position: relative; margin: auto; - background-color: #fff; } } @@ -315,7 +314,7 @@ watch( height: 100%; //table-layout: fixed; th { - background-color: #f5f5f5; + // background-color: #f5f5f5; border-top: 1px solid #e8e8e8; border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; diff --git a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/task-view/index.vue b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/task-view/index.vue index 674f2ff62..6c07a8fb1 100644 --- a/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/task-view/index.vue +++ b/packages/ui/certd-client/src/views/certd/pipeline/pipeline/component/task-view/index.vue @@ -24,6 +24,9 @@