king
2023-06-22 79e4981aa6cc9354276fc54cdf6d14eb08ab7fee
src/tabviews/custom/components/card/double-data-card/index.scss
@@ -6,17 +6,6 @@
  min-height: 20px;
  overflow-y: auto;
  >.button-list.toolbar-button {
    padding: 0;
    line-height: 45px;
    button {
      margin-right: 0px;
      margin-bottom: 0px;
      min-height: 28px;
      height: auto;
    }
  }
  .data-zoom {
    display: flex;
    position: relative;
@@ -87,7 +76,6 @@
  }
  .ant-empty {
    width: 100%;
    min-height: 100px;
    padding-top: 15px;
@@ -300,10 +288,20 @@
  .data-zoom-box {
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    .extend-card:first-child {
      position: sticky;
      top: 0px;
      z-index: 2;
    }
  }
  .data-zoom-box::-webkit-scrollbar {
    height: 7px;
    height: 9px;
    width: 9px;
  }
  .data-zoom-box::-webkit-scrollbar-thumb {
    border-radius: 5px;