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

This commit is contained in:
Gin 2022-05-25 16:00:13 +08:00 committed by GitHub
parent 4f9b677555
commit dead1a3753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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