From bbf57da298050ad1d47802b7de68339d1c9dfb69 Mon Sep 17 00:00:00 2001 From: xlsea Date: Mon, 1 Jul 2024 09:01:36 +0800 Subject: [PATCH] =?UTF-8?q?style(sj=5Fmap=5Freduce):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=BB=84=E4=BB=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/workflow/styles/index.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/workflow/styles/index.scss b/src/components/workflow/styles/index.scss index 52d619a..248ba5c 100644 --- a/src/components/workflow/styles/index.scss +++ b/src/components/workflow/styles/index.scss @@ -1,5 +1,9 @@ .workflow-design { width: 100%; + + .content { + color: #000; + } } .workflow-design .box-scale { @@ -348,19 +352,19 @@ .top-left-cover-line, .top-right-cover-line { position: absolute; - height: 5px; + height: 13px; width: 50%; background-color: rgb(var(--layout-bg-color) / var(--un-bg-opacity)); - top: -3px; + top: -7px; } .bottom-left-cover-line, .bottom-right-cover-line { position: absolute; - height: 5px; + height: 13px; width: 50%; background-color: rgb(var(--layout-bg-color) / var(--un-bg-opacity)); - bottom: -3px; + bottom: -7px; } .top-left-cover-line {