更改:后台管理表头样式

This commit is contained in:
yystopf 2022-10-17 10:25:17 +08:00
parent 4e02dbe06b
commit 53fe554d1e
1 changed files with 6 additions and 0 deletions

View File

@ -204,4 +204,10 @@ input.form-control {
color: #23272B;
font-size: 1rem;
}
}
.table th, .table td {
padding: 0.75rem 0.1rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}