chore: table support rowSpan hover (#32557)

This commit is contained in:
二货机器人 2021-10-19 15:27:37 +08:00 committed by GitHub
parent 0a8065e5bd
commit 2bb9407f5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -145,11 +145,10 @@
} }
} }
&.@{table-prefix-cls}-row:hover { &.@{table-prefix-cls}-row:hover > td,
> td { > td.@{table-prefix-cls}-cell-row-hover {
background: @table-row-hover-bg; background: @table-row-hover-bg;
} }
}
&.@{table-prefix-cls}-row-selected { &.@{table-prefix-cls}-row-selected {
> td { > td {

View File

@ -140,7 +140,7 @@
"rc-slider": "~9.7.4", "rc-slider": "~9.7.4",
"rc-steps": "~4.1.0", "rc-steps": "~4.1.0",
"rc-switch": "~3.2.0", "rc-switch": "~3.2.0",
"rc-table": "~7.18.0", "rc-table": "~7.19.0",
"rc-tabs": "~11.10.0", "rc-tabs": "~11.10.0",
"rc-textarea": "~0.3.0", "rc-textarea": "~0.3.0",
"rc-tooltip": "~5.1.1", "rc-tooltip": "~5.1.1",