Fix(千县名品): 千县名品店铺--产业--村屋出租--当联系人姓名超过两个字时,村屋名称和联系人显示会遮挡封面
This commit is contained in:
@@ -56,9 +56,9 @@
|
|||||||
<image :src="inn.logo" v-if="inn.logo"></image>
|
<image :src="inn.logo" v-if="inn.logo"></image>
|
||||||
<image :src="webUrl + '/20230609145651814148.png'" v-else/>
|
<image :src="webUrl + '/20230609145651814148.png'" v-else/>
|
||||||
</view>
|
</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 one-t">{{ inn.name }}</view>
|
||||||
<view class="inn-owner-desc">
|
<view class="inn-owner-desc one-t">
|
||||||
{{ inn.contact }}/联系人
|
{{ inn.contact }}/联系人
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@@ -444,7 +444,7 @@ export default {
|
|||||||
line-height: 48rpx;
|
line-height: 48rpx;
|
||||||
}
|
}
|
||||||
.inn-owner {
|
.inn-owner {
|
||||||
width: calc(100% - 160rpx);
|
width: calc(100% - 180rpx);
|
||||||
font-size: 36rpx;
|
font-size: 36rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333;
|
color: #333;
|
||||||
@@ -455,6 +455,7 @@ export default {
|
|||||||
color: #999;
|
color: #999;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
line-height: 40rpx;
|
line-height: 40rpx;
|
||||||
|
max-width: 160rpx;
|
||||||
}
|
}
|
||||||
.inn-tag-wrap {
|
.inn-tag-wrap {
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user