king
2022-12-06 91e232bb0b910f3670bdbccd65cc218d55e1eda9
src/menu/components/table/base-table/columns/index.scss
@@ -5,11 +5,19 @@
  --mk-table-font-size: 14px;
  --mk-table-font-weight: normal;
  .ant-table-wrapper + .ant-table-wrapper {
    margin-top: 10px;
  }
  .ant-table {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
  .ant-table-selection-column {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
  }
  .ant-table-body {
    overflow-x: auto;
    tr {