king
2022-11-21 89f85223ff7b1b5ee3931ae01efa3dd17d5524fc
src/menu/components/table/base-table/columns/index.scss
@@ -5,10 +5,18 @@
  --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;
@@ -72,15 +80,21 @@
    >.anticon-copy {
      color: #26C281;
    }
    >.anticon-delete {
      color: #ff4d4f;
    }
    >.anticon-file-sync {
      color: #1890ff;
    }
    >div >.profile {
      color: purple;
    }
    .quickly-add {
      display: inline-block;
      margin-right: 15px;
      .ant-btn {
        background-color: transparent;
        color: #1890ff;
        border: none;
        box-shadow: none !important;
        height: 18px;
        padding: 0px;
      }
    }
  }
  .ant-table-small > .ant-table-content > .ant-table-body {
    margin: 0;