king
2025-05-30 a1e9b18a4dbfd21e1bf4d5cb60974ac2f0115efd
src/tabviews/zshare/mutilform/index.scss
@@ -17,10 +17,25 @@
      margin-left: 0;
    }
  }
  .mk-form-label::after {
    content: ':';
    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px;
    text-decoration: none;
  }
  .ant-form-item-no-colon::after {
    content: none!important;
  }
  .ant-form-item {
    display: flex;
  }
  .ant-form-item.checkcard, .ant-form-item.file-upload {
  .ant-form-item.checkcard {
    .ant-form-item-control {
      line-height: 1;
    }
  }
  .ant-form-item.file-upload {
    margin-bottom: 10px;
    .ant-form-item-control {
      line-height: 1;
@@ -89,11 +104,6 @@
      min-width: 100px;
    }
  }
  .normal-braft-editor {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow-x: hidden;
  }
  p {
    color: #1890ff;
    font-size: 15px;
@@ -122,9 +132,21 @@
    .ant-form-item-label {
      width: 100%!important;
      text-align: left;
      height: 24px;
      line-height: 28px;
    }
    .ant-form-item-control-wrapper {
      width: 100%!important;
    }
  }
}
.main-form-field.space-middle {
  .ant-form-item:not(.ant-form-item-with-help) {
    margin-bottom: 15px;
  }
}
.main-form-field.space-small {
  .ant-form-item:not(.ant-form-item-with-help) {
    margin-bottom: 5px;
  }
}