From e7d03c8558699f2ab88d072fd2483013dd9564fd Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 28 Mar 2026 03:35:47 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=A2=E5=8D=95=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=E5=8D=A0=E6=BB=A1=E5=89=A9?= =?UTF-8?q?=E4=BD=99=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/order/search.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/order/search.vue b/src/pages/order/search.vue index 880eb7a..1745eb1 100644 --- a/src/pages/order/search.vue +++ b/src/pages/order/search.vue @@ -194,7 +194,6 @@ export default { } .result-section { - height: 400rpx; padding: 20rpx; } @@ -266,7 +265,8 @@ export default { .orders-section { background: #fff; padding: 20rpx; - margin-top: 20rpx; + flex: 1; + overflow-y: auto; } .orders-header { @@ -280,7 +280,7 @@ export default { } .orders-list { - height: 500rpx; + flex: 1; } .order-card {