This commit is contained in:
kbing1981 2024-07-19 15:13:08 +08:00
parent 075c23506f
commit 89b18e4593
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
<view v-if="item.consortiaName" class="therapist-mian-bottom-text">{{item.consortiaName}}</view> <view v-if="item.consortiaName" class="therapist-mian-bottom-text">{{item.consortiaName}}</view>
</view> </view>
<view class="flex align-center" > <view class="flex align-center" >
<image style="width: 27rpx; height: 30rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image> <image style="width: 26rpx; height: 30rpx; margin-right: 5rpx;" src="../../static/dituzhaoren6.png"></image>
<view class="therapist-bottom-dingwei-text"> <view class="therapist-bottom-dingwei-text">
{{ item.distance }} {{ item.distance }}
</view> </view>
@ -1314,7 +1314,7 @@ import permision from "@/components/permission.js";
// overflow: auto; // overflow: auto;
} }
.therapist-bottom-dingwei-text{ .therapist-bottom-dingwei-text{
font-size: 29rpx; font-size: 26rpx;
color: #848485; color: #848485;
} }
.therapist-bottom-dingwei{ .therapist-bottom-dingwei{