Fix:3024 【商城小程序】古镇名称超过13个字的内容会被分享键遮挡(预留分享键的空间进行换行

This commit is contained in:
modendeveloper
2025-01-19 21:36:43 +08:00
parent 4dea0cd681
commit f80d58ef3d
+2 -2
View File
@@ -15,8 +15,8 @@
> </video>
</view>
<view class="top-intro">
<view class="intro-title v12-pa-3">
<text class="v12-font-bold v12-font-40">{{ townInfo.name }}</text>
<view class="intro-title v12-pa-3" style="width: 68%">
<text class="v12-font-bold v12-font-40" >{{ townInfo.name }}</text>
<text class="aaaa" v-if="townInfo.qualityRating">
{{ townInfo.qualityRating }}
</text>