Fix(千县名品): 千县名品店铺--产业--村屋出租--当联系人姓名超过两个字时,村屋名称和联系人显示会遮挡封面

This commit is contained in:
linxi
2024-08-28 14:12:20 +08:00
parent e7afa28bc2
commit bcee082202
@@ -56,9 +56,9 @@
<image :src="inn.logo" v-if="inn.logo"></image>
<image :src="webUrl + '/20230609145651814148.png'" v-else/>
</view>
<view class="a3 flex" style="width: 100%">
<view class="a3 flex v12-justify-between" style="width: calc(100% - 140rpx);">
<view class="inn-owner one-t">{{ inn.name }}</view>
<view class="inn-owner-desc">
<view class="inn-owner-desc one-t">
{{ inn.contact }}/联系人
</view>
</view>
@@ -444,7 +444,7 @@ export default {
line-height: 48rpx;
}
.inn-owner {
width: calc(100% - 160rpx);
width: calc(100% - 180rpx);
font-size: 36rpx;
font-weight: bold;
color: #333;
@@ -455,6 +455,7 @@ export default {
color: #999;
font-size: 24rpx;
line-height: 40rpx;
max-width: 160rpx;
}
.inn-tag-wrap {
margin-top: 10rpx;