ソースを参照

fixed hidden class css

Dustin Utecht 5 年 前
コミット
e996b04253
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/extensions/group-by-v2/bootstrap-table-group-by.scss

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

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