From 738fa0273eddc164b1604319e4cdd004364f366e Mon Sep 17 00:00:00 2001 From: Gin Date: Wed, 25 May 2022 15:40:24 +0800 Subject: [PATCH] fix: table dragging css class should only be effective in table component --- components/table/style/resize.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/style/resize.less b/components/table/style/resize.less index 746ef1e788..1ca091e1f9 100644 --- a/components/table/style/resize.less +++ b/components/table/style/resize.less @@ -23,7 +23,7 @@ } } -.dragging { +.@{table-prefix-cls}-resize-handle.dragging { .@{table-prefix-cls}-resize-handle-line { opacity: 1; }