Authored by 姜枫

fix style

... ... @@ -72,7 +72,7 @@
background-color: #bbb;
color: #fff;
display: inline-block;
padding: 4px 8px;
padding: 5px 10px;
font-size: 14px;
margin-right: 10px;
}
... ...
... ... @@ -168,6 +168,9 @@
.desc {
margin-top: 20px;
text-align: center;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.name,
... ...