king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/menu/components/table/normal-table/columns/index.scss
@@ -42,7 +42,7 @@
      }
      td:not(.ant-table-selection-column) {
        position: relative;
        padding: 12px 8px;
        // padding: 12px 8px;
        >.profile {
          position: absolute;
          top: 2px;
@@ -60,11 +60,6 @@
        >.profile + .close-col {
          right: 20px;
        }
      }
    }
    .action-column {
      .card-detail-row:empty {
        min-height: 40px;
      }
    }
    tr:hover td {
@@ -119,8 +114,11 @@
  .ant-table-small > .ant-table-content > .ant-table-body {
    margin: 0;
  }
  .ant-table-small.ant-table-bordered {
    border-right: 1px solid #e8e8e8;
  }
  table, tr, th, td {
  table, tr, th, td, .ant-table-small {
    border-color: var(--mk-table-border-color)!important;
  }
  table tr {