king
2022-02-08 f393af9623c26ae177a3f69b8676afc4e23bff8d
src/templates/zshare/editTable/index.scss
@@ -19,6 +19,18 @@
    > td:last-child {
      padding: 0px;
    }
    textarea.ant-input {
      vertical-align: middle;
    }
  }
  .editable-row.active {
    td {
      background-color: #bae7ff!important;
    }
  }
  .mk-index {
    text-align: center;
    white-space: nowrap;
  }
  thead tr th:last-child {
@@ -35,6 +47,9 @@
    }
    .primary {
      color: #1890ff;
    }
    .copy {
      color: #26C281;
    }
    .danger {
      color: #ff4d4f;
@@ -54,6 +69,9 @@
    .danger {
      color: rgba(0, 0, 0, .25);
    }
    .copy {
      color: rgba(0, 0, 0, .25);
    }
  }
  .ant-empty {
    margin: 0;
@@ -64,5 +82,23 @@
  tr.drop-over-upward td {
    border-top: 2px dashed #1890ff;
  }
  .copy-control {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 2px;
    .anticon-copy {
      margin-right: 7px;
      color: #26C281;
    }
    .anticon-snippets {
      color: purple;
    }
    .anticon-delete {
      margin-left: 7px;
      color: #ff4d4f;
    }
  }
}