Skip to content

Commit

Permalink
fix: style
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Sep 4, 2023
1 parent a9884a0 commit d669ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/face/item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<img class="u-pic" :src="showThumb(imgLink)" loading="lazy" />
<div class="m-mark-left">
<i class="u-mark u-mark--star" v-if="!!item.star">编辑推荐</i>
<i class="u-mark u-mark--new" >可新建</i>
<i class="u-mark u-mark--new" v-if="!!item.is_unlimited">可新建</i>
</div>

<i class="u-mark u-mark--pay" v-if="!!~~item.price_type && !!item.price_count">付费</i>
Expand Down

0 comments on commit d669ec6

Please sign in to comment.