king
2025-01-24 e1cee96b38805bcccf48e7bcb9d296f2bc54c720
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;
@@ -55,10 +52,6 @@
  .custom-table .ant-empty {
    margin: 20px 8px!important;
  }
  .excel-custom-table {
    position: relative;
    top: -25px;
  }
  .errorval {
    display: inline-block;
    width: 30px;
@@ -80,4 +73,12 @@
      z-index: 1;
    }
  }
  .full-scripts {
    position: absolute;
    right: 24px;
    top: 0px;
    font-size: 16px;
    color: #1890ff;
    z-index: 1;
  }
}