From e656b04b24fe88a023cb38ee75baf96de3177e51 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:59:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=86=E5=9B=BE=E8=BF=87=E6=BB=A4=20?= =?UTF-8?q?=E8=BE=B9=E6=A1=86=E8=89=B2=E5=80=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 00ec60e2c7..9c91893a70 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -639,7 +639,7 @@ div:focus { .blackTheme .el-radio-button__inner { background-color: var(--TableBG); color: var(--TableColor); - border: var(--TableBorder); + border-color: var(--TableBorderColor); } .blackTheme .el-loading-mask {