From b2402f9140267b54c246c2e8385b86eb3840b5c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E7=88=B1=E5=90=83=E7=99=BD=E8=90=9D?= =?UTF-8?q?=E5=8D=9C?= Date: Wed, 24 May 2023 17:11:57 +0800 Subject: [PATCH] fix: table hover missing style (#42572) --- components/table/style/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/index.ts b/components/table/style/index.ts index c55fac8f7b..f1ffe8b34c 100644 --- a/components/table/style/index.ts +++ b/components/table/style/index.ts @@ -209,7 +209,7 @@ const genTableStyle: GenerateStyle = (token) => { [` &${componentCls}-row:hover > th, &${componentCls}-row:hover > td, - > th${componentCls}-cell-row-hover + > th${componentCls}-cell-row-hover, > td${componentCls}-cell-row-hover `]: { background: tableRowHoverBg,