From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/menu/components/chart/antv-scatter/index.scss |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/src/menu/components/chart/antv-scatter/index.scss b/src/menu/components/chart/antv-scatter/index.scss
index f5f3597..5d8ba6f 100644
--- a/src/menu/components/chart/antv-scatter/index.scss
+++ b/src/menu/components/chart/antv-scatter/index.scss
@@ -5,19 +5,12 @@
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
-  display: flex;
-  flex-flow: column;
   
   .canvas {
     margin: 0px;
-    padding: 15px 10px 10px;
+    padding: 15px;
     letter-spacing: 0px;
-    // height: 100%;
-    flex: 1;
   }
-  // .normal-header + .canvas {
-  //   height: calc(100% - 45px);
-  // }
 
   .chart-header {
     position: relative;
@@ -42,7 +35,7 @@
     position: absolute;
     right: 1px;
     top: 1px;
-    z-index: 2;
+    z-index: 3;
     font-size: 16px;
     padding: 5px;
     cursor: pointer;

--
Gitblit v1.8.0