fix: table dragging css class should only be effective in table component (#5644)

pull/5649/head
Gin 3 years ago committed by GitHub
parent 4f9b677555
commit dead1a3753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,7 +23,7 @@
}
}
.dragging {
.@{table-prefix-cls}-resize-handle.dragging {
.@{table-prefix-cls}-resize-handle-line {
opacity: 1;
}

Loading…
Cancel
Save