Browse Source

Merge pull request #3598 from juliyvchirkov/patch-1

cosmetic patch for collision on certain conditions
文翼 7 years ago
parent
commit
dacb9b158e
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/extensions/group-by-v2/bootstrap-table-group-by.css

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

@@ -4,4 +4,8 @@
 
 .bootstrap-table .table > tbody > tr.groupBy.expanded {
 
-}
+}
+
+tr.hidden + tr.detail-view {
+    display: none;
+}