Fix:2478 【商城小程序】养生食材--养生榜单中榜单名称超过五个字显示...

This commit is contained in:
linxi
2024-10-11 14:13:51 +08:00
parent 179a5f005c
commit c8db02282c
+2 -2
View File
@@ -48,7 +48,7 @@
></image>
</view>
<view class="trave-btn" @click="toDetails(item.id)">
<text>{{ item.name }}</text>
<text class="one-t">{{ item.name }}</text>
<image
:src="webUrl + '/orderIcon/arrow.png'"
class="arrow-icon v12-ml-1"
@@ -69,7 +69,7 @@
<view class="bee-rank" v-for="(k, i) in rank" :key="i">
<image :src="k.backgroundImage" class="bg-img"></image>
<view class="rank-title-wrap">
<view class="rank-title v12-font-34 v12-font-bold">{{
<view class="rank-title v12-font-34 v12-font-bold one-t">{{
k.title
}}</view>
</view>