修改组合搭配省略号的显示

v1.3.0
于肖磊 2025-03-28 11:46:40 +08:00
parent c950d66a15
commit 90e1ba26ef
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
<div v-if="is_show('title')" :class="theme == '0' ? 'text-line-2' : 'text-line-1'" :style="trends_config('title', 'goods')">
{{ item.title }}
</div>
<div v-if="is_show('price')" class="flex-row align-c text-line-1">
<div v-if="is_show('price')" class="text-line-1">
<span :style="trends_config('price_symbol', 'goods')">{{ item.show_price_symbol }}</span>
<span :style="trends_config('price', 'goods')">{{ item.price }}</span>
<span v-if="is_show('price_unit')" :style="trends_config('price_unit', 'goods')">{{ item.show_price_unit }}</span>
@ -114,7 +114,7 @@
<div v-if="is_show('title')" :class="theme == '0' ? 'text-line-2' : 'text-line-1'" :style="trends_config('title', 'goods')">
{{ item.title }}
</div>
<div v-if="is_show('price')" class="flex-row align-c text-line-1">
<div v-if="is_show('price')" class="text-line-1">
<span :style="trends_config('price_symbol', 'goods')">{{ item.show_price_symbol }}</span>
<span :style="trends_config('price', 'goods')">{{ item.price }}</span>
<span v-if="is_show('price_unit')" :style="trends_config('price_unit', 'goods')">{{ item.show_price_unit }}</span>