From a837624af068cb3a3455f66d9932fc1509e37b25 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 10 六月 2025 23:37:34 +0800 Subject: [PATCH] 2025-06-10 --- src/tabviews/custom/components/chart/antv-X6/index.scss | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-X6/index.scss b/src/tabviews/custom/components/chart/antv-X6/index.scss index 5fc7c62..d4e81ef 100644 --- a/src/tabviews/custom/components/chart/antv-X6/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/index.scss @@ -86,14 +86,17 @@ display: flex; .mk-stencil { - width: 180px; - min-width: 180px; + width: 240px; + min-width: 240px; height: 100%; position: relative; z-index: 2; border-right: 1px solid #dfe3e8; transition: all 0.2s; + .x6-port { + display: none; + } .x6-widget-stencil-title { display: none; } -- Gitblit v1.8.0