king
2024-06-28 c8804ceb1fe2dea76f9949c5ea04423876ee2c81
src/menu/components/chart/chart-custom/index.scss
@@ -1,18 +1,18 @@
.menu-line-chart-edit-box {
.menu-custom-chart-edit-box {
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-flow: column;
  .canvas-wrap {
    padding: 15px;
  }
  .canvas {
    margin: 0px;
    padding: 15px 10px 10px;
    padding: 0px;
    letter-spacing: 0px;
    flex: 1;
  }
  .chart-header {
@@ -38,34 +38,15 @@
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 2;
    z-index: 3;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.85);
    background: rgba(255, 255, 255, 0.55);
  }
  .model-menu-action-list {
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 4;
    font-size: 16px;
    .ant-row .anticon-plus {
      float: right;
    }
    .page-card {
      float: right;
    }
  }
  .normal-header + .canvas + .model-menu-action-list {
    top: 45px;
  }
}
.menu-line-chart-edit-box:hover {
.menu-custom-chart-edit-box:hover {
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}