Fix(店铺):[#1348, #1011]界面调整

This commit is contained in:
lifizer
2024-04-28 13:53:28 +08:00
parent 40af0a58e6
commit 4c41c9813d
+3 -3
View File
@@ -117,7 +117,7 @@
<view class="map-info-hd">
<image :src="webUrl + '/page/hotel/icon-location.png'" class="icon" />
</view>
<view class="map-info-bd">
<view class="map-info-bd more-t">
{{ inn.address }}
</view>
<view class="map-info-ft flex">
@@ -217,10 +217,10 @@
class="info-item-header"
@click="infoClick(item)"
>
<view class="name one-t">
<view class="name">
{{ item.name }}
</view>
<view class="intro more-t">
<view class="intro">
{{ item.intro }}
</view>
</view>