更新样式:微调缓存项目宽度
This commit is contained in:
parent
05415d2b74
commit
2dc8e32f94
|
@ -22,8 +22,7 @@
|
|||
}
|
||||
|
||||
.cache-item > :nth-child(2) {
|
||||
flex: 0 0 auto;
|
||||
width: 136px;
|
||||
flex: 0 0 144px;
|
||||
}
|
||||
|
||||
.cache-item > :nth-child(4) {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue