更新样式:微调缓存项目宽度

This commit is contained in:
Argo Zhang 2018-10-07 14:35:55 +08:00
parent 05415d2b74
commit 2dc8e32f94
2 changed files with 2 additions and 3 deletions

View File

@ -22,8 +22,7 @@
}
.cache-item > :nth-child(2) {
flex: 0 0 auto;
width: 136px;
flex: 0 0 144px;
}
.cache-item > :nth-child(4) {

View File

@ -423,7 +423,7 @@ a, a:hover, a:focus {
.cache-item > :nth-child(5) span {
margin-left: 6px;
width: 24px;
width: 28px;
text-align: right;
}