king
2022-01-21 46f79b491173d284a4900d19e7aecf7509481438
src/tabviews/custom/components/chart/antv-dashboard/index.scss
@@ -12,14 +12,21 @@
    margin: 0 0px;
    position: relative;
    flex: 1;
    .chart-action {
    .download {
      position: absolute;
      top: 2px;
      right: 5px;
      z-index: 1;
      right: 10px;
      top: 10px;
      opacity: 0;
      transition: opacity 0.3s;
      cursor: pointer;
      font-size: 16px;
    }
    .chart-action.with-title {
      top: 35px;
  }
  .canvas-wrap:hover {
    .download {
      opacity: 1;
    }
  }
@@ -27,21 +34,9 @@
    margin: 0;
    padding: 15px;
    letter-spacing: 0px;
    height: 100%;
  }
  .canvas.empty {
    div {
      opacity: 0;
    }
  }
  .ant-empty {
    position: absolute;
    top: calc(50% - 34px);
    left: calc(50% - 92px);
    .ant-empty-image {
      height: 60px;
    }
  }
  .loading-mask {
    position: absolute;
    left: 0px;
@@ -60,47 +55,6 @@
      height: 100%;
      opacity: 0.5;
      background: #ffffff;
    }
  }
  > .ant-select {
    width: 150px;
    float: right;
    position: relative;
    z-index: 1;
    .ant-select-selection {
      min-height: 24px;
      height: 28px;
      li {
        background: unset;
        border: 0;
        width: 99%;
        padding: 0;
        margin-right: 0;
        cursor: pointer;
        .type-label {
          overflow: hidden;
          word-break: break-word;
          white-space: nowrap;
          text-overflow: ellipsis;
        }
      }
      li + li {
        margin-top: 0;
        width: 1%;
        opacity: 0;
      }
    }
  }
  > .ant-select.ant-select-focused {
    .ant-select-selection {
      li {
        width: 50%;
      }
      li + li {
        width: 49%;
        opacity: 1;
      }
    }
  }
  .g2-tooltip-list{