From e344c95e0f4cccd8d5c1a45ea2f6bb146b562cb3 Mon Sep 17 00:00:00 2001 From: xlsea Date: Mon, 1 Jul 2024 17:05:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(sj=5Fmap=5Freduce):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=E7=BB=84=E4=BB=B6=E7=BA=BF=E6=9D=A1?= =?UTF-8?q?=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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/workflow/styles/index.scss b/src/components/workflow/styles/index.scss index 248ba5c..77f937c 100644 --- a/src/components/workflow/styles/index.scss +++ b/src/components/workflow/styles/index.scss @@ -352,19 +352,19 @@ .top-left-cover-line, .top-right-cover-line { position: absolute; - height: 13px; + height: 5px; width: 50%; background-color: rgb(var(--layout-bg-color) / var(--un-bg-opacity)); - top: -7px; + top: -3px; } .bottom-left-cover-line, .bottom-right-cover-line { position: absolute; - height: 13px; + height: 5px; width: 50%; background-color: rgb(var(--layout-bg-color) / var(--un-bg-opacity)); - bottom: -7px; + bottom: -2px; } .top-left-cover-line {