修复:项目列表表头样式

This commit is contained in:
yystopf 2022-10-18 15:53:37 +08:00
parent 3b15dd84fc
commit cad7e24299
2 changed files with 5 additions and 1 deletions

View File

@ -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;
}

View File

@ -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>