From 73a5124745890650d0fc91234bdbaa66d9bcbc6a Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 09 六月 2021 17:52:01 +0800
Subject: [PATCH] 2021-06-09

---
 src/menu/components/chart/antv-scatter/index.scss |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/menu/components/chart/antv-scatter/index.scss b/src/menu/components/chart/antv-scatter/index.scss
index bc94603..4403718 100644
--- a/src/menu/components/chart/antv-scatter/index.scss
+++ b/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;
 }

--
Gitblit v1.8.0