style: 增加 tab-content 顶端间隙

This commit is contained in:
Argo Window10 2019-11-28 15:56:42 +08:00
parent 6004c0c8f1
commit 193b73f0be
1 changed files with 4 additions and 0 deletions

View File

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