Fix(村屋详情):【商城小程序】千县名品--产业--村屋出租--村屋详情,村屋名称过长时不省略
This commit is contained in:
@@ -56,8 +56,8 @@
|
|||||||
<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 v12-align-center" style="width: calc(100% - 130rpx)">
|
||||||
<view class="inn-owner one-t">{{ inn.name }}</view>
|
<view class="inn-owner more-t">{{ inn.name }}</view>
|
||||||
<view class="inn-owner-desc">
|
<view class="inn-owner-desc">
|
||||||
{{ inn.contact }}/联系人
|
{{ inn.contact }}/联系人
|
||||||
</view>
|
</view>
|
||||||
@@ -444,17 +444,15 @@ export default {
|
|||||||
line-height: 48rpx;
|
line-height: 48rpx;
|
||||||
}
|
}
|
||||||
.inn-owner {
|
.inn-owner {
|
||||||
width: calc(100% - 240rpx);
|
flex: 2;
|
||||||
font-size: 36rpx;
|
font-size: 32rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #333;
|
color: #333;
|
||||||
line-height: 40rpx;
|
|
||||||
}
|
}
|
||||||
.inn-owner-desc {
|
.inn-owner-desc {
|
||||||
margin: 0 0 0 20rpx;
|
margin: 0 0 0 20rpx;
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
line-height: 40rpx;
|
|
||||||
}
|
}
|
||||||
.inn-tag-wrap {
|
.inn-tag-wrap {
|
||||||
margin-top: 10rpx;
|
margin-top: 10rpx;
|
||||||
|
|||||||
Reference in New Issue
Block a user