浏览代码

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;
   cursor: pointer;
 }
 }
 
 
-.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
+.bootstrap-table .table > tbody > tr.hidden {
   display: none;
   display: none;
 }
 }