@import '~@cainiaofe/cn-ui-m-theme/token.px.scss';

.#{$hashClassName}.cn-ui-m-form-layout {
  display: flex;
  column-gap: $m-s-12;
  row-gap: $m-s-12;
  flex-direction: column;

  // 在 form 表单下去掉表单项的 margin-top，通过 gap 实现间距
  > .cn-ui-m-card-wrapper:not(:first-of-type) {
    margin-top: 0;
  }

  .cn-ui-m-box:nth-of-type(1) + .cn-ui-m-card-wrapper {
    margin-top: 0;
  }
}
