king
2020-05-29 f9f3fe537fadd3a5a77895d41e5e4a8862d7aa17
src/tabviews/subtabtable/index.scss
@@ -29,4 +29,50 @@
    left: calc(50% - 22px);
    top: 100px;
  }
  > .chart-view {
    position: relative;
    >.ant-tabs {
      .ant-tabs-bar {
        position: relative;
        z-index: 1;
        top: -10px;
        margin: 0;
        border: 0;
        .ant-tabs-nav-scroll {
          text-align: right;
          padding-right: 0px;
          .ant-tabs-ink-bar {
            display: none!important;
          }
          .ant-tabs-tab {
            padding: 6px 5px;
            margin-right: 5px;
          }
        }
      }
    }
    >.ant-col {
      min-height: 100px;
    }
    .chart-title {
      position: relative;
      color: rgba(0, 0, 0, 0.65);
      font-weight: 400;
      font-size: 16px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin: 0;
      padding: 5px 10px;
      float: left;
      max-width: 50%;
    }
    .chart-table.chart-title {
      position: absolute;
      top: 0px;
    }
    .canvas {
      clear: both;
    }
  }
}