更改:后台管理表头样式
This commit is contained in:
parent
4e02dbe06b
commit
53fe554d1e
|
@ -205,3 +205,9 @@ input.form-control {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.table th, .table td {
|
||||||
|
padding: 0.75rem 0.1rem;
|
||||||
|
vertical-align: top;
|
||||||
|
border-top: 1px solid #dee2e6;
|
||||||
|
}
|
Loading…
Reference in New Issue