From 4e859423ee8b27cda2c1d9cc5e2f7b44972dc85d Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 23:21:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=93=E5=AD=98/=E5=8C=BA=E5=9F=9F/?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=BB=9F=E8=AE=A1=E5=8D=A1=E7=89=87=E5=8A=A0?= =?UTF-8?q?min-h-[420px]=E9=98=B2=E6=AD=A2=E7=AD=9B=E9=80=89=E5=90=8E?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E7=BC=A9=E5=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 筛选后列表数据减少导致卡片高度缩小,筛选面板显示不全。 给三个统计卡片加最小高度,确保筛选面板始终有足够空间。 Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 86dedab..ca162a0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -874,7 +874,7 @@ export default function App() { {/* Inventory Statistics */} -
+
@@ -1795,7 +1795,7 @@ export default function App() { {/* Region - Vehicle - Customer Section */} -
+
@@ -2115,7 +2115,7 @@ export default function App() {
{/* Customer Operations Statistics Section */} -
+