* Fix bug of task #89848.
This commit is contained in:
@@ -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);}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user