style: 微调网站设置 Cache 内容间隙

This commit is contained in:
Argo Zhang 2019-10-05 23:01:34 +08:00
parent 6f1d7018ce
commit a4fd36c3a3
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
font-weight: bold;
color: #0077de;
background-color: #b5f1b6;
padding: 12px 15px;
padding: 0.5rem 1rem;
border-radius: 4px 4px 0 0;
margin-bottom: 0;
}
@ -29,7 +29,7 @@
.cache-item {
display: flex;
align-items: center;
padding: 10px;
padding: 0.5rem 0.625rem;
border: 1px solid #eee;
border-width: 0 1px 1px 1px;
}