king
2020-09-22 5944c2832820a8bfa86e3efb5085f5a2463897f9
src/tabviews/custom/components/chart/antv-bar-line/index.scss
@@ -1,10 +1,22 @@
.custom-line-chart-plot-box {
  margin-bottom: 30px;
  > .chart-header {
    height: 45px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    .chart-title {
      font-size: 16px;
      float: left;
      line-height: 45px;
      margin-left: 10px;
    }
  }
  
  .canvas-wrap {
    margin: 0 0px;
    position: relative;
    border-top: 1px solid transparent;
    .chart-action {
      position: absolute;
      top: 2px;
@@ -18,7 +30,7 @@
  .canvas {
    margin: 0;
    border: 1px solid #e8e8e8;
    // border: 1px solid #e8e8e8;
    padding: 25px 15px;
  }
  .canvas.empty {