@@ -47,6 +47,7 @@ font-size: .875rem;
background: #e9ecef;
font-weight: normal;
color:#000;
+ vertical-align: middle;
}
.table td{
vertical-align: middle;
@@ -2186,6 +2187,7 @@ animation:shake 1s .2s ease both;}
display: flex;
margin: auto;
+
.list-waring{
background-color: #ffeeba!important;
@@ -74,7 +74,7 @@
<th width="240px">公司</th>
<th width="150px">职位</th>
<% 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>
</thead>