Skip to content

Commit dead1a3

Browse files
authored
fix: table dragging css class should only be effective in table component (#5644)
1 parent 4f9b677 commit dead1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/table/style/resize.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
}
2525

26-
.dragging {
26+
.@{table-prefix-cls}-resize-handle.dragging {
2727
.@{table-prefix-cls}-resize-handle-line {
2828
opacity: 1;
2929
}

0 commit comments

Comments
 (0)