|
@@ -74,7 +74,7 @@
|
|
<th width="240px">公司</th>
|
|
<th width="240px">公司</th>
|
|
<th width="150px">职位</th>
|
|
<th width="150px">职位</th>
|
|
<% for (const key in permissionConst) { %>
|
|
<% for (const key in permissionConst) { %>
|
|
- <th><%- permissionConst[key].title %><input class="ml-1 form-check-input" type="checkbox" name="permission-check-all" ptype="<%- ptype %>" pvalue="<%- permissionConst[key].value %>"></th>
|
|
|
|
|
|
+ <th><%- permissionConst[key].title %><br/><input class="ml-1" type="checkbox" name="permission-check-all" ptype="<%- ptype %>" pvalue="<%- permissionConst[key].value %>" style="vertical-align: middle"></th>
|
|
<% } %>
|
|
<% } %>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|