king
2024-10-02 65da4dae29c621df1764cb5523c64e92be8b180a
src/menu/datasource/verifycard/index.scss
@@ -5,6 +5,14 @@
    top: 220px;
    z-index: 1;
  }
  .base-table-columns {
    height: 15px;
  }
  .base-table-columns + .modal-edit-table {
    .editable-row > td:last-child {
      padding: 14px 10px;
    }
  }
  .data-source-card-box {
    .ant-tabs-nav-scroll {
      text-align: center;
@@ -138,6 +146,39 @@
      margin-right: 5px;
      cursor: pointer;
    }
    .columns-lowercase {
      float: right;
      position: relative;
      z-index: 2;
      right: 30px;
      height: 0px;
      top: -15px;
      color: orange;
      cursor: pointer;
    }
    .columns-out {
      float: right;
      position: relative;
      z-index: 2;
      right: 5px;
      height: 0px;
      top: -15px;
      color: rgb(24, 144, 255);
    }
    .columns-out + .modal-edit-table {
      .ant-table-thead {
        .copy-control {
          top: -18px;
          right: 55px;
          .anticon-copy {
            margin-right: 12px;
          }
          .anticon-delete {
            margin-left: 12px;
          }
        }
      }
    }
  }
  .full-scripts {
    position: absolute;
@@ -187,6 +228,11 @@
        .script-item.active {
          background-color: #bae7ff;
        }
        .script-item.edited {
          .ant-typography {
            color: #1890ff;
          }
        }
        .ant-typography {
          margin-bottom: 5px;
        }