From b4fc5948f07fd21477eb0fb6a570ad6b4e96ec48 Mon Sep 17 00:00:00 2001 From: pushuo Date: Tue, 22 Nov 2022 14:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20paypal=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/Paypal/Views/checkout/payment.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Paypal/Views/checkout/payment.blade.php b/plugins/Paypal/Views/checkout/payment.blade.php index ef01ed7c..a0b0406f 100644 --- a/plugins/Paypal/Views/checkout/payment.blade.php +++ b/plugins/Paypal/Views/checkout/payment.blade.php @@ -29,7 +29,7 @@ layer.alert(orderData.error.details[0].description, { title: '{{ __('common.text_hint') }}', closeBtn: 0, - area: ['400px', '240px'], + area: ['400px', 'auto'], btn: ['{{ __('common.confirm') }}'] }, function(index) { window.location.reload();