This commit is contained in:
851673013@qq.com 2022-06-19 18:42:32 +08:00
parent 66bec11398
commit cbff48e994
1 changed files with 1 additions and 2 deletions

View File

@ -101,7 +101,7 @@
<template #title>{{ item.name }}</template> <template #title>{{ item.name }}</template>
<span>{{ item.name }}</span> <span>{{ item.name }}</span>
</a-tooltip> </a-tooltip>
<span>{{ item.count }}</span> <span>{{ item.count || 0 }}</span>
</div> </div>
</div> </div>
</div> </div>
@ -543,7 +543,6 @@
} }
& > span:nth-child(2) { & > span:nth-child(2) {
width: 1.47rem; width: 1.47rem;
height: 0.32rem;
padding-left: 0.05rem; padding-left: 0.05rem;
} }
& > span:last-child { & > span:last-child {