Skip to content

Commit

Permalink
fix: dbi
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuan1986 committed Sep 4, 2023
1 parent fbf41ef commit a9884a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/css/face/item.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
.mt(6px);
}
.u-mark {
.dbi;
.bold;
.fz(12px,16px);
.z(6);
Expand Down
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" v-if="!!item.is_unlimited">可新建</i>
<i class="u-mark u-mark--new" >可新建</i>
</div>

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

0 comments on commit a9884a0

Please sign in to comment.