From 544bf5664ac76068dc85a6283fb227f440924a8c Mon Sep 17 00:00:00 2001 From: shenyuan Date: Mon, 6 Feb 2023 10:14:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/shopping/pages/orderDetails.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ant-design-vue-jeecg/src/views/shopping/pages/orderDetails.vue b/ant-design-vue-jeecg/src/views/shopping/pages/orderDetails.vue index b35197b3..0c42dc13 100644 --- a/ant-design-vue-jeecg/src/views/shopping/pages/orderDetails.vue +++ b/ant-design-vue-jeecg/src/views/shopping/pages/orderDetails.vue @@ -234,7 +234,7 @@ } .info{ width: 43.33%; - padding-right: 10px; + padding-right: 15px; .headline{ font-weight: 500; } @@ -242,7 +242,7 @@ span{ margin-left: 10px; display: inline-block; - width: 80%; + width: 75%; } } }