Fix(村屋详情):【商城小程序】千县名品--产业--村屋出租--村屋详情,村屋名称过长时不省略

This commit is contained in:
modendeveloper
2024-09-11 23:28:22 +08:00
parent 06658209eb
commit 3407ef7aff
@@ -56,8 +56,8 @@
<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="inn-owner one-t">{{ inn.name }}</view>
<view class="a3 flex v12-justify-between v12-align-center" style="width: calc(100% - 130rpx)">
<view class="inn-owner more-t">{{ inn.name }}</view>
<view class="inn-owner-desc">
{{ inn.contact }}/联系人
</view>
@@ -444,17 +444,15 @@ export default {
line-height: 48rpx;
}
.inn-owner {
width: calc(100% - 240rpx);
font-size: 36rpx;
flex: 2;
font-size: 32rpx;
font-weight: bold;
color: #333;
line-height: 40rpx;
}
.inn-owner-desc {
margin: 0 0 0 20rpx;
color: #999;
font-size: 24rpx;
line-height: 40rpx;
}
.inn-tag-wrap {
margin-top: 10rpx;