From f739e0b37216687b1353c13dd5a2bca1d6c2f40e Mon Sep 17 00:00:00 2001 From: Supra4E8C Date: Tue, 30 Dec 2025 18:29:47 +0800 Subject: [PATCH] style(config): double editor height --- src/pages/ConfigPage.module.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/ConfigPage.module.scss b/src/pages/ConfigPage.module.scss index 2bd69a7..b8b8c98 100644 --- a/src/pages/ConfigPage.module.scss +++ b/src/pages/ConfigPage.module.scss @@ -134,7 +134,7 @@ .editorWrapper { width: 100%; flex: 1; - min-height: 400px; + min-height: 800px; border: 1px solid var(--border-color); border-radius: $radius-lg; overflow: hidden; @@ -219,7 +219,7 @@ .configCard { display: flex; flex-direction: column; - height: 560px; + height: 1120px; flex-shrink: 0; overflow: visible; } @@ -253,11 +253,11 @@ } .configCard { - height: 440px; + height: 880px; padding: $spacing-md; } .editorWrapper { - min-height: 300px; + min-height: 600px; } }