From 8aac702a2db7f76a405fc1c9c43a0b9ac04816ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Thu, 5 Sep 2024 17:51:31 +0800 Subject: [PATCH] =?UTF-8?q?hr=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/gui/src/view/style/index.scss | 5 +++-- packages/gui/src/view/style/theme/dark.scss | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/gui/src/view/style/index.scss b/packages/gui/src/view/style/index.scss index 137c822..f777373 100644 --- a/packages/gui/src/view/style/index.scss +++ b/packages/gui/src/view/style/index.scss @@ -66,8 +66,9 @@ ol{ } hr { - border-width: 1px 0 0 0; - margin: 10px 0 + border-width: 2px 0 0 0; + border-style: solid; + border-color: #ddd; } .ant-modal-content { diff --git a/packages/gui/src/view/style/theme/dark.scss b/packages/gui/src/view/style/theme/dark.scss index 1f3aebc..029b047 100644 --- a/packages/gui/src/view/style/theme/dark.scss +++ b/packages/gui/src/view/style/theme/dark.scss @@ -7,6 +7,10 @@ $dark-bd: #333; //边框和分隔线 $dark-btn: #444; //按钮:边框和背景颜色 $dark-input: #777; //输入框:背景色 .theme-dark{ + hr { + border-color: #444; + } + /* 背景色和字体颜色 */ .ds_layout, .ant-layout, .ds-container, .ds-container .container-header,