This commit is contained in:
guofeilong
2022-10-11 08:54:36 +00:00
parent 11bf0dc557
commit 4bbf5fa371
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -55,7 +55,7 @@ th.c-actions {width: 50px;}
#productListForm thead > tr > th.c-checkbox {border-left: none; padding-left: 15px; width: 30px;}
#productListForm tbody > tr > td {padding: 2px 4px;}
#productListForm tbody > tr > td:first-child {text-align: left; padding-left: 15px;}
#productListForm tbody > tr > td.table-nest-title {padding-left: 16px;}
#productListForm tbody > tr > td.table-nest-title {padding-left: 16px; display: flex; align-items: center;}
#productListForm th.table-nest-title .nest-has-checkbox {margin-top: 7px; margin-left: 35px;}
#productListForm th.table-nest-title .nest-none-checkbox {margin-top: 8px; margin-left: 5px;}
#productListForm th.table-nest-title .header {margin-left: 5px;}
@@ -100,4 +100,5 @@ th.c-actions {width: 50px;}
#productTableList .c-manager {padding-left: 14px;}
#productTableList .c-manager a {top: 7px; left: 22px;}
.checkbox-primary {margin-right: 10px;}
.table-nest-title > a{padding-left: 6px;}
.table-nest-title > a, .table-nest-title > span {padding-left: 2px;}
.table-nest-icon {font-size: 14px; top: 50%;}
+1 -1
View File
@@ -103,7 +103,7 @@
<td class='c-checkbox'><div class='checkbox-primary program-checkbox'><label></label></div></td>
<?php endif;?>
<td class='text-left table-nest-title' title="<?php echo $program['programName']?>">
<span class="table-nest-icon icon table-nest-toggle"></span>
<i class="table-nest-icon icon table-nest-toggle icon-plus"></i>
<i class="icon icon-cards-view"></i>
<span><?php echo $program['programName']?></span>
</td>