From 96ff46bee2dee9603d2b846f876c0f9ea1b09df5 Mon Sep 17 00:00:00 2001 From: zhouyun1 Date: Wed, 20 Nov 2024 16:58:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(table):=20=E4=BC=98=E5=8C=96=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E6=9D=A1hover=E6=97=B6=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui/table/src/styles/table.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/ui/table/src/styles/table.scss b/packages/ui/table/src/styles/table.scss index 9fccc2197..c03f4c448 100644 --- a/packages/ui/table/src/styles/table.scss +++ b/packages/ui/table/src/styles/table.scss @@ -210,6 +210,7 @@ $emptyContent: '#{$component-prefix}-table-body-empty-content' !default; &:hover { background-color: use-color-mode('primary'); border-left-color: use-color('gray', 200); + border-right-color: use-color('gray', 200); } } }