From 9bec4dcae002f36aa23231da11cb03a156b40110 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 30 4月 2025 16:24:16 +0800 Subject: [PATCH] 222 --- PipeLineLems/web/src/components/ProjectConfig/ProjectConfig.module.scss | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/PipeLineLems/web/src/components/ProjectConfig/ProjectConfig.module.scss b/PipeLineLems/web/src/components/ProjectConfig/ProjectConfig.module.scss index ee625e7..39e4b36 100644 --- a/PipeLineLems/web/src/components/ProjectConfig/ProjectConfig.module.scss +++ b/PipeLineLems/web/src/components/ProjectConfig/ProjectConfig.module.scss @@ -5,8 +5,9 @@ height: 600px; } -.leftPane { - width: 100%; +.leftPane, +.rightPane { + width: 50%; border: 1px solid #ddd; padding: 16px; border-radius: 8px; @@ -31,7 +32,7 @@ gap: 16px; /* 宸﹀彸妗嗕箣闂寸殑闂磋窛 */ overflow: auto; flex-wrap: wrap; - height: 500px; + height: 525px; overflow: auto; flex-wrap: wrap; justify-content: space-between; -- Gitblit v1.9.3