* Fix bug of task #89848.

This commit is contained in:
liumengyi
2023-04-03 17:16:05 +08:00
parent 25bb508e77
commit 12c3a03287
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -24,3 +24,4 @@ td.menus + td {border-left: 0;}
#privList .group-item {margin-top: 16px;}
#privList .group-item .checkbox-inline label {padding-left: 3px;}
#privList.table-bordered td, #privList.table-bordered th {border-top-style: dashed; border-bottom-style: dashed;}
#privList .check-all>label.checkbox-indeterminate-block:before {content: ' '; opacity: 1; transform: scale(1);}
+2 -2
View File
@@ -113,8 +113,8 @@
</div>
</th>
<th class='text-middle text-left package'>
<div class="checkbox-primary checkbox-inline checkbox-left check-all indeterminate">
<label class='text-left checkbox-indeterminate-block' for='allCheckerPackage<?php echo $moduleName;?>' class='checkbox-indeterminate-block'><?php echo '权限包名' . $moduleName;?></label>
<div class="checkbox-primary checkbox-inline checkbox-left check-all">
<label class='text-left checkbox-indeterminate-block' for='allCheckerPackage<?php echo $moduleName;?>'><?php echo '权限包名' . $moduleName;?></label>
<input type='checkbox' id='allChecker<?php echo '权限包名' . $moduleName;?>'>
</div>
</th>