king
2022-09-06 fa381753ef2a2b25b1c0722549ac17e333da79be
src/templates/zshare/modalform/datatable/index.scss
@@ -19,6 +19,7 @@
    }
    > td {
      padding: 13px 10px;
      word-break: break-all;
    }
    .fileupload-form-container .ant-upload-list-picture-card .ant-upload-list-item {
      margin: 0;
@@ -76,4 +77,12 @@
  tr.drop-over-upward td {
    border-top: 2px dashed #1890ff;
  }
  .mk-source-wrap {
    .ant-radio-button-wrapper + .ant-radio-button-wrapper {
      border-radius: 0 4px 4px 0;
    }
    .ant-radio-button-wrapper:last-child {
      display: none;
    }
  }
}