From fc33e7e3f2688775176d851271ff7edd23d4f2a0 Mon Sep 17 00:00:00 2001 From: xiaoxian521 <1923740402@qq.com> Date: Wed, 19 Oct 2022 12:56:43 +0800 Subject: [PATCH] style: update --- src/style/dark.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/style/dark.scss b/src/style/dark.scss index 515c98dd3..179a32cf5 100644 --- a/src/style/dark.scss +++ b/src/style/dark.scss @@ -38,16 +38,12 @@ html.dark { .arrow-left, .arrow-right { box-shadow: none; + border-right: 1px solid $border-style; } .arrow-right { border-left: 1px solid $border-style; } - - .arrow-left, - .arrow-right { - border-right: 1px solid $border-style; - } } /* vxe-table */