This commit is contained in:
2020-10-31 11:06:39 +08:00
parent af67231430
commit a9fe2cddbc
9 changed files with 32 additions and 10 deletions

View File

@@ -597,11 +597,14 @@ export default defineComponent({
padding: 0;
width: 63px;
height: 23px;
background: #08ae98;
background: #ccc;
border-radius: 3px;
font-size: 10px;
font-weight: 500;
color: #ffffff;
&:hover{
background: #08ae98;
}
}
}
.item-cover {