From dead1a3753d8fa758cfb569cd1d29eb03e8192c3 Mon Sep 17 00:00:00 2001 From: Gin Date: Wed, 25 May 2022 16:00:13 +0800 Subject: [PATCH] fix: table dragging css class should only be effective in table component (#5644) --- 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 746ef1e78..1ca091e1f 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; }