From 535ac77278179da7f01280f28c67bc414ed783a4 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期二, 19 八月 2025 14:02:22 +0800
Subject: [PATCH] 统计页面展示优化

---
 src/views/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index acf04f8..500289c 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -377,7 +377,7 @@
     // 鏍规嵁鏁版嵁閲忓姩鎬佽绠楅珮搴�
     const rowHeight = 40; // 姣忚澶х害楂樺害
     const headerHeight = 40; // 琛ㄥご楂樺害
-    const minHeight = 200; // 鏈�灏忛珮搴�
+    const minHeight = 500; // 鏈�灏忛珮搴�
     const maxHeight = 600; // 鏈�澶ч珮搴�
 
     const calculatedHeight = this.SkuTop.length * rowHeight + headerHeight;

--
Gitblit v1.9.3