* fix bug 28416

This commit is contained in:
wangzemei
2022-10-11 10:32:35 +08:00
parent 66dfa21542
commit b37f3e8d42
2 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#executionList > thead > tr > th .table-nest-toggle-global {top: 4px;}
#executionList > thead > tr > th .table-nest-toggle-global:before {color: #a6aab8;}
#executionList > thead > tr > th .table-nest-toggle-global {position: static!important;}
#executionList > thead > tr > th .table-nest-toggle-global:before {color: #a6aab8; position: static!important;}
#executionsSummary {padding-left: 10px;}
#mainMenu .pull-left .checkbox-primary {margin-top: 5px;}
.main-table tbody>tr>td:first-child, .main-table thead>tr>th:first-child { padding-left: 8px; }