shish %!s(int64=3) %!d(string=hai) anos
pai
achega
dd13c74681
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsApp/src/pagesOrder/refund.vue

+ 1 - 1
ghsApp/src/pagesOrder/refund.vue

@@ -60,7 +60,7 @@
 				<text v-else style="color:red;">注意:客户线下付款,提交后请线下转账给客户</text>
 			</block>
 		</view>
-		<view class="flex-center btn-box" style="margin-bottom:50upx;margin-top:20upx;">
+		<view class="flex-center btn-box" style="margin-bottom:50upx;margin-top:20upx;padding-bottom:40upx;">
 			<view class="flex-center btn" @tap="cancelRefund">取消</view>
 			<view class="flex-center btn active" @tap="confirmRefund" style="margin-left: 80upx">确定</view>
 		</view>