king
2023-01-17 c39acd25c3e8747be16773a003f519e4ef801640
src/templates/zshare/editTable/index.scss
@@ -13,11 +13,17 @@
    .ant-select {
      width: 100%;
    }
    span.ant-radio + * {
      padding-left: 2px;
    }
    > td {
      padding: 14px 10px;
    }
    > td:last-child {
      padding: 0px;
    }
    textarea.ant-input {
      vertical-align: middle;
    }
  }
  .editable-row.active {
@@ -36,7 +42,7 @@
  .edit-operation-btn {
    display: block;
    text-align: center;
    span {
    > span {
      margin-right: 10px;
      cursor: pointer;
      font-size: 16px;
@@ -47,6 +53,9 @@
    }
    .copy {
      color: #26C281;
    }
    .status {
      color: #8E44AD;
    }
    .danger {
      color: #ff4d4f;
@@ -66,6 +75,9 @@
    .danger {
      color: rgba(0, 0, 0, .25);
    }
    .status {
      color: rgba(0, 0, 0, .25);
    }
    .copy {
      color: rgba(0, 0, 0, .25);
    }