king
2022-11-25 3d71e181be80c0a1cbb03aff2afecb4351496d46
src/menu/components/table/edit-table/columns/index.scss
@@ -9,6 +9,11 @@
    color: inherit;
    font-size: inherit;
  }
  .ant-table-selection-column {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
  }
  .submit-btn {
    min-height: 24px;
    height: auto;
@@ -24,6 +29,24 @@
    tr {
      td {
        background: #ffffff;
        .col-copy {
          margin-bottom: 0;
          display: inline-block;
          .ant-typography-copy {
            position: absolute;
            left: 2px;
            top: 0px;
            margin-left: 0px;
            font-size: 12px;
            opacity: 0;
            transition: opacity 0.2s;
          }
        }
      }
      td:hover .col-copy {
        .ant-typography-copy {
          opacity: 1;
        }
      }
      td:not(.ant-table-selection-column) {
        position: relative;
@@ -35,6 +58,16 @@
          color: purple;
          font-size: 12px;
        }
        >.close-col {
          position: absolute;
          top: 2px;
          right: 2px;
          color: orange;
          font-size: 12px;
        }
        >.profile + .close-col {
          right: 20px;
        }
      }
    }
    .action-column {