From 35114816fe1e32480c6994c193034b2950c092e7 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Thu, 31 Aug 2023 11:40:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=20-=20=E4=BB=B7=E6=A0=BC=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=20-=20=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E5=8F=8A=E6=95=B0=E9=87=8F=E4=B8=8A=E4=B8=8B=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/product/product.blade.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/default/product/product.blade.php b/themes/default/product/product.blade.php index 6eaf7dd1..dcf35820 100644 --- a/themes/default/product/product.blade.php +++ b/themes/default/product/product.blade.php @@ -107,6 +107,7 @@ .logistics-content{ + width: 80px; margin-left: 20px; cursor: pointer; -webkit-user-select: none; /* Safari */ @@ -117,6 +118,10 @@ .logistics-content i{ margin-left: 3px; } + + .other-amount-format{ + margin-right: 100px; + }