mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-20 22:03:03 +08:00
Fix reports table css [SCI-8620]
This commit is contained in:
parent
e8501e0754
commit
0d6cf02eab
2 changed files with 5 additions and 0 deletions
|
@ -236,6 +236,7 @@
|
|||
},
|
||||
drawCallback: function() {
|
||||
if (CHECKBOX_SELECTOR) CHECKBOX_SELECTOR.checkSelectAllStatus();
|
||||
setTimeout(() => { REPORTS_TABLE.columns.adjust(); }, 0);
|
||||
},
|
||||
rowCallback: function(row) {
|
||||
if (CHECKBOX_SELECTOR) CHECKBOX_SELECTOR.checkRowStatus(row);
|
||||
|
|
|
@ -34,6 +34,10 @@
|
|||
justify-content: space-between;
|
||||
height: 3.5rem;
|
||||
padding-bottom: 1em;
|
||||
|
||||
#reports-table_filter {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.dataTables_scroll {
|
||||
|
|
Loading…
Reference in a new issue