king
2020-09-15 0f75cd54d62aa6d623ff024ca787c85a578a5f38
src/menu/components/chart/antv-bar/index.scss
@@ -1,7 +1,7 @@
.menu-line-chart-edit-box {
  position: relative;
  // margin-bottom: 0px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  
  .canvas {
    margin: 0px;
@@ -9,14 +9,14 @@
  }
  .chart-header {
    height: 50px;
    height: 45px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
    .chart-title {
      font-size: 16px;
      float: left;
      line-height: 50px;
      line-height: 45px;
      margin-left: 10px;
    }
  }
@@ -36,3 +36,6 @@
    }
  }
}
.menu-line-chart-edit-box:hover {
  box-shadow: 0px 0px 2px #e8e8e8;
}