From 4bc6f82a237ad0b64d97535345bb073cdfb0c1ed Mon Sep 17 00:00:00 2001 From: dataeaseShu <tong.shu@fit2cloud.com> Date: Tue, 12 Dec 2023 15:10:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=8F=E5=B1=8F=E5=B9=95=E4=B8=8B?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E6=A8=AA=E5=90=91?= =?UTF-8?q?=E6=BB=91=E5=8A=A8=EF=BC=8C=E5=88=97=E8=A1=A8=E5=86=85=E5=AE=B9?= =?UTF-8?q?=E4=BC=9A=E4=B8=8E=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE=E9=87=8D?= =?UTF-8?q?=E5=8F=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 24289e7378..29dcc8aa6a 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -391,3 +391,8 @@ em { .color-datasource { background: rgb(127, 59, 246); } + +.ed-table { + --ed-table-row-hover-bg-color: #e8e9e9 !important; +} +