mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-05-04 22:14:02 +00:00
8 lines
151 B
Java
8 lines
151 B
Java
.bootstrap-table .table > tbody > tr.groupBy {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bootstrap-table .table > tbody > tr.hidden + tr.detail-view {
|
|
display: none;
|
|
}
|