style: 增加 tab-content 顶端间隙
This commit is contained in:
parent
6004c0c8f1
commit
193b73f0be
|
@ -59,6 +59,10 @@ nav .dropdown .nav-link-close.dropdown-toggle:after {
|
|||
padding: 0.5rem 1rem;
|
||||
}
|
||||
|
||||
.tab-content {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
.table th, .table td {
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue