From 4adb8b8868aeed1f5f3b89ae269a7724c6b451ad Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 11 八月 2023 16:58:31 +0800
Subject: [PATCH] 2023-08-11

---
 src/tabviews/custom/components/chart/antv-X6/index.scss |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/custom/components/chart/antv-X6/index.scss b/src/tabviews/custom/components/chart/antv-X6/index.scss
index 58cd11f..ccaccfb 100644
--- a/src/tabviews/custom/components/chart/antv-X6/index.scss
+++ b/src/tabviews/custom/components/chart/antv-X6/index.scss
@@ -7,6 +7,7 @@
   background-size: cover;
   
   .mk-toolbar {
+    position: relative;
     width: 100%;
     height: 40px;
     border-bottom: 1px solid #dfe3e8;
@@ -20,6 +21,14 @@
         cursor: pointer;
       }
     }
+    .flow-name {
+      position: absolute;
+      left: 50%;
+      top: 6px;
+      font-size: 16px;
+      color: rgba(0, 0, 0, 0.85);
+      transform: translateX(-50%);
+    }
     .right-tool {
       float: right;
       line-height: 40px;

--
Gitblit v1.8.0