Skip to content

Commit 1177a5b

Browse files
committed
删除数量前的X
1 parent c140162 commit 1177a5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MyCollectiblesList/MyCollectibleItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@click.right="handleRemoveAll(item._gid, props.count)">
44
<div class="quality" v-show="props.showQuality" :class="'level' + item.quality"></div>
55
<div class="image" :style="getImageSource(item.gfx)"></div>
6-
<div class="shadowed count" v-show="props.showCount">x{{ props.count }}</div>
6+
<div class="shadowed count" v-show="props.showCount">{{ props.count }}</div>
77
<div class="name" v-text="item.name"></div>
88
<div class="description ellipsis" v-text="item.description"></div>
99
<div class="remove">x</div>

0 commit comments

Comments
 (0)