From f078c137d61270d243cd8e03077fa9cf000e276b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 14 八月 2023 14:02:40 +0800 Subject: [PATCH] 2023-08-14 --- 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