fix: table dragging css class should only be effective in table component (#5644)
parent
4f9b677555
commit
dead1a3753
|
@ -23,7 +23,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.dragging {
|
||||
.@{table-prefix-cls}-resize-handle.dragging {
|
||||
.@{table-prefix-cls}-resize-handle-line {
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue