调整工具列表样式、修改工具列表信息

This commit is contained in:
2021-05-28 22:09:44 +08:00
parent bede90cd72
commit 72b902bc24
2 changed files with 13 additions and 7 deletions

View File

@@ -198,7 +198,7 @@ export default {
flex-shrink: 0;
margin: .5rem;
padding: 1rem;
width: 18rem;
width: 16rem;
border-left: .2rem solid @colorPrimary;
border-radius: .25rem;
background-color: #FFF;
@@ -224,7 +224,7 @@ export default {
}
.item-content {
height: calc(1.5em * 3);
height: calc(1.5em * 2);
line-height: 1.5em;
font-size: .75rem;
color: #999;