From fbd434b2aaf5e1f7035f3843508c62ea930d2549 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周三, 07 5月 2025 10:47:56 +0800
Subject: [PATCH] 高级查询
---
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