Style:界面细节调整
This commit is contained in:
@@ -200,9 +200,15 @@ export default {
|
||||
})
|
||||
},
|
||||
goRefund(order) {
|
||||
uni.navigateTo({
|
||||
url: `/pkg_orders/views/refund?id=${order.orderId}`
|
||||
uni.showToast({
|
||||
title: '订单已收货,如需退款请联系客服',
|
||||
mask: false,
|
||||
icon: 'none',
|
||||
duration: 3000
|
||||
})
|
||||
// uni.navigateTo({
|
||||
// url: `/pkg_orders/views/refund?id=${order.orderId}`
|
||||
// })
|
||||
},
|
||||
goLogistics(order) {
|
||||
this.$yrouter.push({
|
||||
|
||||
@@ -354,8 +354,8 @@ export default {
|
||||
height: 64rpx;
|
||||
}
|
||||
.video-item {
|
||||
width: 64rpx;
|
||||
height: 64rpx;
|
||||
width: 120rpx;
|
||||
height: 120rpx;
|
||||
}
|
||||
.inp-textarea {
|
||||
width: 100%;
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
autofocus
|
||||
/>
|
||||
</view>
|
||||
<button class="withdraw-all-btn" @click="withdrawalAll">全部提现</button>
|
||||
<view class="withdraw-all-btn" @click="withdrawalAll">全部提现</view>
|
||||
</view>
|
||||
<view class="vline"></view>
|
||||
<view class="acea-row row-between row-middle" style="margin-top: 22rpx;">
|
||||
@@ -427,11 +427,15 @@ export default {
|
||||
height: 56rpx;
|
||||
padding: 0;
|
||||
border-radius: 4rpx;
|
||||
background: #28AAF4;
|
||||
border: 0;
|
||||
color: #FFFFFF;
|
||||
font-size: 24rpx;
|
||||
font-weight: bold;
|
||||
flex-shrink: 0;
|
||||
line-height: 56rpx;
|
||||
text-align: center;
|
||||
box-shadow: none;
|
||||
background: #28AAF4;
|
||||
}
|
||||
|
||||
.vline {
|
||||
|
||||
Reference in New Issue
Block a user