king
2023-10-27 d26ecdf69db28f9e3ac71834658e0fade6fcf5ca
src/tabviews/custom/components/card/data-card/index.scss
@@ -6,6 +6,23 @@
  min-height: 20px;
  overflow-y: auto;
  .pickup-wrap {
    float: right;
    button {
      margin-top: 3px;
    }
  }
  .pickup-wrap + div {
    clear: both;
  }
  .button-list + .pickup-wrap {
    position: relative;
    button {
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }
  .data-zoom {
    display: flex;
    position: relative;