Merge branch 'master' of http://47.115.223.229:8888/yangjun/sadjv3_user
This commit is contained in:
commit
94adc3e94f
|
@ -1157,7 +1157,7 @@
|
|||
|
||||
}
|
||||
/deep/.uni-searchbar__box{
|
||||
height: 31px;
|
||||
height: 32px;
|
||||
border-radius: 15px !important;
|
||||
background-color: #fff !important;
|
||||
border: 1px solid #E5E5E5;
|
||||
|
@ -1169,7 +1169,7 @@
|
|||
justify-content: center;
|
||||
}
|
||||
/deep/.uni-searchbar{
|
||||
width:200px;
|
||||
width:80%;
|
||||
border-radius: 31rpx;
|
||||
}
|
||||
.index-headset{
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<span class="headset-text2">资深</span>
|
||||
</view>
|
||||
<view class="keyuyue">
|
||||
<view >
|
||||
<view>
|
||||
<view>{{order.status == 1?"可服务":"休息中"}}</view>
|
||||
</view>
|
||||
<view v-if="order.status == 1">{{order.time}}</view>
|
||||
|
|
Loading…
Reference in New Issue