king
2020-05-26 a2df1bad33874fc6d9f96b0ceb1a6ce97b2e7e80
src/tabviews/commontable/index.scss
@@ -88,7 +88,7 @@
  .ant-table-fixed-left, .ant-table-fixed-right {
    z-index: 1;
  }
  .chart-view {
  > .chart-view {
    position: relative;
    >.ant-tabs {
      .ant-tabs-bar {
@@ -103,7 +103,7 @@
            display: none!important;
          }
          .ant-tabs-tab {
            padding: 5px 5px;
            padding: 6px 5px;
            margin-right: 5px;
          }
        }
@@ -111,21 +111,24 @@
    }
    .chart-title {
      position: relative;
      // top: -20px;
      color: rgba(0, 0, 0, 0.65);
      font-weight: 400;
      font-size: 16px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin: 0 20px;
      padding: 10px 5px 5px;
      // border-bottom: 1px solid #e8e8e8;
      margin: 0px 0px 0px 20px;
      padding: 5px 10px;
      float: left;
      max-width: 50%;
    }
    .chart-table.chart-title {
      position: absolute;
      top: 0px;
    }
    .canvas {
      clear: both;
    }
  }
}
.commontable.pick-control {