This commit is contained in:
Mr.jiang 2024-07-16 15:18:06 +08:00
commit 94adc3e94f
2 changed files with 3 additions and 3 deletions

View File

@ -1157,7 +1157,7 @@
} }
/deep/.uni-searchbar__box{ /deep/.uni-searchbar__box{
height: 31px; height: 32px;
border-radius: 15px !important; border-radius: 15px !important;
background-color: #fff !important; background-color: #fff !important;
border: 1px solid #E5E5E5; border: 1px solid #E5E5E5;
@ -1169,7 +1169,7 @@
justify-content: center; justify-content: center;
} }
/deep/.uni-searchbar{ /deep/.uni-searchbar{
width:200px; width:80%;
border-radius: 31rpx; border-radius: 31rpx;
} }
.index-headset{ .index-headset{

View File

@ -46,7 +46,7 @@
<span class="headset-text2">资深</span> <span class="headset-text2">资深</span>
</view> </view>
<view class="keyuyue"> <view class="keyuyue">
<view > <view>
<view>{{order.status == 1?"可服务":"休息中"}}</view> <view>{{order.status == 1?"可服务":"休息中"}}</view>
</view> </view>
<view v-if="order.status == 1">{{order.time}}</view> <view v-if="order.status == 1">{{order.time}}</view>