king
2022-04-26 5046d0d13dc6a8563b8e54e31913bc44cfa1072f
src/templates/zshare/editTable/index.scss
@@ -19,6 +19,14 @@
    > td:last-child {
      padding: 0px;
    }
    textarea.ant-input {
      vertical-align: middle;
    }
  }
  .editable-row.active {
    td {
      background-color: #bae7ff!important;
    }
  }
  .mk-index {
    text-align: center;
@@ -31,7 +39,7 @@
  .edit-operation-btn {
    display: block;
    text-align: center;
    span {
    > span {
      margin-right: 10px;
      cursor: pointer;
      font-size: 16px;
@@ -42,6 +50,9 @@
    }
    .copy {
      color: #26C281;
    }
    .status {
      color: #8E44AD;
    }
    .danger {
      color: #ff4d4f;
@@ -61,6 +72,9 @@
    .danger {
      color: rgba(0, 0, 0, .25);
    }
    .status {
      color: rgba(0, 0, 0, .25);
    }
    .copy {
      color: rgba(0, 0, 0, .25);
    }