king
2023-12-12 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a
src/menu/components/table/edit-table/columns/tableIn/index.scss
@@ -1,4 +1,4 @@
.verify-card-box {
.tablein-verify-card-box {
  .ant-tabs-nav-scroll {
    text-align: center;
  }
@@ -8,9 +8,6 @@
  table tr td {
    word-wrap: break-word;
    word-break: break-word;
  }
  .ant-input-number {
    width: 100%;
  }
  .count-tip {
    position: absolute;
@@ -80,4 +77,12 @@
      z-index: 1;
    }
  }
  .full-scripts {
    position: absolute;
    right: 24px;
    top: 0px;
    font-size: 16px;
    color: #1890ff;
    z-index: 1;
  }
}