zs
2025-04-30 6531b52f50f7dc94ac9136d4eb1d3ecec765516e
PipeLineLems/web/src/components/DyForm/DyForm.module.scss
@@ -14,13 +14,30 @@
      margin-left: 10px;
    }
  }
  :global(.cs-select){
  :global(.cs-select) {
    width: 100%;
  }
  :global(.cs-form--inline .cs-form-item){
      width: 46%;
  :global(.cs-form--inline .cs-form-item) {
    width: 46%;
  }
  :global(.cs-form--inline .cs-form-item:nth-last-of-type(2n)){
      margin-right: 0;
  :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;
}