Skip to content

Commit

Permalink
fix: card组件类名问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Dec 2, 2024
1 parent 7788013 commit 8638693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/components/u-card/u-card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}"
@tap="headClick"
>
<view v-if="!$slots.head" class="u-flex u-row-between">
<view v-if="!$slots.head" class="u-flex u-flex-between">
<view class="u-card__head--left u-flex u-line-1" v-if="title">
<image
:src="thumb"
Expand Down

0 comments on commit 8638693

Please sign in to comment.