修复:项目列表表头样式

This commit is contained in:
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;
}