加钟订单 待评价时 按钮样式
This commit is contained in:
parent
a39a38da1b
commit
2a3cf641cb
|
@ -507,16 +507,16 @@
|
|||
<view :custom-style="customStyle2"
|
||||
shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
|
||||
class="eject-btns">
|
||||
class="eject-btnsa">
|
||||
去投诉
|
||||
</view>
|
||||
<view :custom-style="customStyle2" shape="circle" :plain="true"
|
||||
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
|
||||
class="eject-btns">
|
||||
class="eject-btnsa">
|
||||
去评价
|
||||
</view>
|
||||
<view shape="circle" :plain="true" @click="goChat"
|
||||
class="eject-btns">联系客服</view>
|
||||
class="eject-btnsa">联系客服</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
@ -1818,6 +1818,20 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.eject-btnsa{
|
||||
width: 85px;
|
||||
height:33px;
|
||||
line-height: 33px;
|
||||
background-color: rgb(255, 255, 255);
|
||||
border: 1px solid #019C88;
|
||||
color: #019C88;
|
||||
margin: 0px 4px;
|
||||
text-align: center;
|
||||
overflow: visible;
|
||||
font-size: 14px;
|
||||
border-radius: 50px;
|
||||
}
|
||||
|
||||
.eject-btns{
|
||||
height:60rpx;
|
||||
line-height: 60rpx;
|
||||
|
|
Loading…
Reference in New Issue