From 4774df24b26a394b439df56f567da08686ddef46 Mon Sep 17 00:00:00 2001 From: xiaofajia <1665375861@qq.com> Date: Wed, 11 Dec 2024 10:05:22 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E9=A1=BA=E5=BA=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E3=80=81=E6=A3=80=E6=B5=8B=E8=AF=A6=E6=83=85=20?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E5=B0=8F=E4=B8=80=E7=82=B9=20=E5=AD=97?= =?UTF-8?q?=E5=A4=A7=E4=B8=80=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/orderdetails.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/index/orderdetails.vue b/pages/index/orderdetails.vue index 2da8463..528ed15 100644 --- a/pages/index/orderdetails.vue +++ b/pages/index/orderdetails.vue @@ -1311,8 +1311,8 @@ image { } .step-circle { - width: 20px; - height: 20px; + width: 18px; + height: 18px; border-radius: 50%; background: linear-gradient(to right, #F1F1F1, #858899); box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.3); @@ -1330,8 +1330,8 @@ image { } .step-content { - font-size: 14px; - line-height: 24px; /* 与图标高度对齐 */ + font-size: 16px; + line-height: 20px; /* 与图标高度对齐 */ color: #333; }