Skip to content

Commit 47140fc

Browse files
committed
fix(group-by-v2 extension): fix wenzhixin#3598, detailView display bug
1 parent 7444dee commit 47140fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extensions/group-by-v2/bootstrap-table-group-by.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
}
88

9-
tr.hidden + tr.detail-view {
9+
.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
1010
display: none;
1111
}

0 commit comments

Comments
 (0)