From 18f3226073a8036272948225c035f176bb957c7f Mon Sep 17 00:00:00 2001 From: chengkml Date: Mon, 4 May 2026 11:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E4=B8=8B=E8=B0=83=E6=9D=86?= =?UTF-8?q?=E5=A1=94=E6=A8=A1=E5=9E=8B=E8=A7=86=E5=9B=BE=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: multica-agent --- web/src/app/admin/tower-models/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/app/admin/tower-models/page.tsx b/web/src/app/admin/tower-models/page.tsx index 474655e..29092f3 100644 --- a/web/src/app/admin/tower-models/page.tsx +++ b/web/src/app/admin/tower-models/page.tsx @@ -77,8 +77,8 @@ const EMPTY_FORM: TowerModelFormValues = { const TOWER_MODEL_TABLE_MIN_SCROLL_Y = 220; const TOWER_MODEL_CARD_MIN_SCROLL_Y = 280; -const TOWER_MODEL_VIEWPORT_BOTTOM_GAP = 28; -const TOWER_MODEL_MAX_GROW_STEP = 12; +const TOWER_MODEL_VIEWPORT_BOTTOM_GAP = 40; +const TOWER_MODEL_MAX_GROW_STEP = 6; const TOWER_MODEL_PAGE_SIZE_OPTIONS = [6, 9, 12, 18, 24]; const TOWER_MODEL_DEFAULT_PAGE_SIZE = 12;