zs
2025-04-30 6531b52f50f7dc94ac9136d4eb1d3ecec765516e
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;