From c8804ceb1fe2dea76f9949c5ea04423876ee2c81 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 28 六月 2024 14:02:47 +0800
Subject: [PATCH] 2024-06-28

---
 src/menu/components/chart/chart-custom/index.scss |   27 ++++-----------------------
 1 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/src/menu/components/chart/chart-custom/index.scss b/src/menu/components/chart/chart-custom/index.scss
index cbfba49..c946907 100644
--- a/src/menu/components/chart/chart-custom/index.scss
+++ b/src/menu/components/chart/chart-custom/index.scss
@@ -5,14 +5,14 @@
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
-  display: flex;
-  flex-flow: column;
 
+  .canvas-wrap {
+    padding: 15px;
+  }
   .canvas {
     margin: 0px;
     padding: 0px;
     letter-spacing: 0px;
-    flex: 1;
   }
 
   .chart-header {
@@ -38,31 +38,12 @@
     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-custom-chart-edit-box:hover {

--
Gitblit v1.8.0