From c76d0900cac1dc65daa6dfd57c529e1ba3ee7f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Sat, 7 Sep 2024 14:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=AA=E7=BA=BF=E9=A2=9C=E8=89=B2=E5=B0=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4=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 | 2 +- packages/gui/src/view/style/theme/dark.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/gui/src/view/style/index.scss b/packages/gui/src/view/style/index.scss index f7773739..deb80078 100644 --- a/packages/gui/src/view/style/index.scss +++ b/packages/gui/src/view/style/index.scss @@ -68,7 +68,7 @@ ol{ hr { border-width: 2px 0 0 0; border-style: solid; - border-color: #ddd; + border-color: #eee; } .ant-modal-content { diff --git a/packages/gui/src/view/style/theme/dark.scss b/packages/gui/src/view/style/theme/dark.scss index 029b0473..dde3f75e 100644 --- a/packages/gui/src/view/style/theme/dark.scss +++ b/packages/gui/src/view/style/theme/dark.scss @@ -8,7 +8,7 @@ $dark-btn: #444; //按钮:边框和背景颜色 $dark-input: #777; //输入框:背景色 .theme-dark{ hr { - border-color: #444; + border-color: $dark-bd; } /* 背景色和字体颜色 */