fix style
This commit is contained in:
parent
406901236b
commit
0f40c2ea25
|
@ -35,7 +35,7 @@
|
||||||
></i>
|
></i>
|
||||||
</span>
|
</span>
|
||||||
<template v-if="count > 0"
|
<template v-if="count > 0"
|
||||||
><p :class="$style.count">{{ count }}</p></template
|
><p class="count">{{ count }}</p></template
|
||||||
>
|
>
|
||||||
</button>
|
</button>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue