shish 3 лет назад
Родитель
Сommit
dd13c74681
1 измененных файлов с 1 добавлено и 1 удалено
  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>