king
2021-06-09 73a5124745890650d0fc91234bdbaa66d9bcbc6a
src/menu/components/chart/antv-scatter/index.scss
@@ -1,4 +1,4 @@
.menu-line-chart-edit-box {
.menu-scatter-chart-edit-box {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
@@ -10,7 +10,10 @@
    margin: 0px;
    padding: 15px 10px 10px;
    letter-spacing: 0px;
    min-height: calc(100% - 45px);
    height: 100%;
  }
  .normal-header + .canvas {
    height: calc(100% - 45px);
  }
  .chart-header {
@@ -47,6 +50,7 @@
  .model-menu-action-list {
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 4;
    font-size: 16px;
  
@@ -58,8 +62,11 @@
      float: right;
    }
  }
  .normal-header + .canvas + .model-menu-action-list {
    top: 45px;
  }
}
.menu-line-chart-edit-box:hover {
.menu-scatter-chart-edit-box:hover {
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}