king
2025-06-10 a837624af068cb3a3455f66d9932fc1509e37b25
src/tabviews/basetable/index.scss
@@ -31,27 +31,25 @@
    left: calc(50% - 16px);
    top: calc(50vh - 70px);
  }
  .common-table-copy {
    position: fixed;
    z-index: 2;
    bottom: 65px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .ant-btn-link:hover {
    opacity: 0.8;
  }
  .button-list.toolbar-button {
    button {
      height: auto;
      min-height: 28px;
  .user-tools {
    position: fixed;
    z-index: 2;
    bottom: 55px;
    right: 20px;
    .tool-wrap {
      margin-top: 5px;
      .ant-btn {
        width: 40px;
        height: 40px;
      }
      .anticon-forward {
        font-size: 20px;
      }
    }
  }
}
.custom-table-wrap.loading {
  .ant-spin-spinning:not(.view-spin) {
    display: none;
  }
}