Style:界面细节调整

This commit is contained in:
lifizer
2024-04-26 10:01:11 +08:00
parent ec6575c09e
commit 6aa3fbdd54
3 changed files with 16 additions and 6 deletions
+8 -2
View File
@@ -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({
+2 -2
View File
@@ -354,8 +354,8 @@ export default {
height: 64rpx;
}
.video-item {
width: 64rpx;
height: 64rpx;
width: 120rpx;
height: 120rpx;
}
.inp-textarea {
width: 100%;
+6 -2
View File
@@ -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 {