From b9eb64894f3e4fdd8e584736fa0df6251d1c6556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Sun, 8 Mar 2026 13:19:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(order):=20=E4=BF=AE=E5=A4=8D=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了多余的空格和换行符 - 确保了 Space 组件的正确闭合 - 优化了订单页面的整体布局结构 --- src/user/order/order.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/order/order.tsx b/src/user/order/order.tsx index b5ca7a1..3448963 100644 --- a/src/user/order/order.tsx +++ b/src/user/order/order.tsx @@ -99,7 +99,7 @@ function Order() { className={'mx-4'} onClick={() => setShowSearch(!showSearch)} /> - + 1 }