This commit is contained in:
kbing1981 2024-08-20 09:45:50 +08:00
parent de1cc0bca7
commit fc78a27c8b
1 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,7 @@
</view> </view>
<view class="flex thera-lin thera-bottom"> <view class="flex thera-lin thera-bottom">
<view class="flex align-center" v-if="item.distance"> <view class="flex align-center" v-if="item.distance">
<image class="therapist-bottom-dingwei" src="../../static/dituzhaoren6.png"></image> <view><image class="therapist-bottom-dingwei" src="../../static/dituzhaoren6.png"></image></view>
<view class="therapist-bottom-dingwei-text"> <view class="therapist-bottom-dingwei-text">
{{ item.distance }} {{ item.distance }}
</view> </view>
@ -1398,8 +1398,8 @@
color: #848485; color: #848485;
} }
.therapist-bottom-dingwei{ .therapist-bottom-dingwei{
width: 26rpx; width:20rpx;
height: 30rpx; height:24rpx;
margin-right:3px; margin-right:3px;
} }
.therapist-bottom-img{ .therapist-bottom-img{