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{
|
/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{
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue