Fix:2584 【商城小程序】商家资质--商品详情页中查看商家资质,名称过长时,左侧“”商家名称“”标题不要换行

This commit is contained in:
modendeveloper
2024-11-24 16:31:23 +08:00
parent 33425987f7
commit 1a773023c1
+5 -1
View File
@@ -2,7 +2,7 @@
<view class="v12-px-3 v12-py-5 qua-card ">
<view class="v12-white v12-radius-16">
<view class="v12-justify-between v12-pa-3">
<text class="v12-font-32 v12-dark-text">
<text class="v12-font-32 v12-dark-text name-wrap">
商家名称
</text>
<text class="v12-font-32 v12-dark-text v12-font-bold">
@@ -48,6 +48,10 @@ export default {
</script>
<style lang="less">
.name-wrap{
white-space: nowrap;
margin-right: 10rpx;
}
.qua-card {
}
.img{