222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
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;