Browse Source

fix(group-by-v2 extension): fix #3598, detailView display bug

zhixin 7 years ago
parent
commit
47140fccd6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/extensions/group-by-v2/bootstrap-table-group-by.css

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

@@ -6,6 +6,6 @@
 
 
 }
 }
 
 
-tr.hidden + tr.detail-view {
+.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
     display: none;
     display: none;
 }
 }