修复:项目列表表头样式
This commit is contained in:
parent
3b15dd84fc
commit
cad7e24299
|
@ -210,4 +210,8 @@ input.form-control {
|
|||
padding: 0.75rem 0.1rem;
|
||||
vertical-align: top;
|
||||
border-top: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
.table .thead-light th{
|
||||
white-space: nowrap;
|
||||
}
|
|
@ -14,7 +14,7 @@
|
|||
<th width="5%">成员</th>
|
||||
<th width="12%">管理员</th>
|
||||
<th width="15%"><%= sort_tag('创建时间', name: 'created_on', path: admins_projects_path) %></th>
|
||||
<th width="25%">操作</th>
|
||||
<th width="15%">操作</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue