zs
2025-04-30 6531b52f50f7dc94ac9136d4eb1d3ecec765516e
PipeLineLems/web/src/components/DyForm/DyForm.module.scss
@@ -23,4 +23,21 @@
  :global(.cs-form--inline .cs-form-item:nth-last-of-type(2n)){
      margin-right: 0;
  }
  :global(.cs-date-editor) {
    width: 100%;
  }
}
.optionLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formitemPropsLabel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.itemDistance {
  margin-bottom: 20px !important;
}