From 3b121a4e25bc57693d231a805133fe14defd18f5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 30 六月 2023 00:23:05 +0800 Subject: [PATCH] 2023-06-30 --- src/tabviews/custom/components/chart/antv-X6/index.scss | 16 ++++++++++++++++ 1 files changed, 16 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 7bf3861..58cd11f 100644 --- a/src/tabviews/custom/components/chart/antv-X6/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/index.scss @@ -165,6 +165,22 @@ opacity: 0; } } + .only-show { + .x6-port { + display: none; + } + .x6-cell.x6-edge { + cursor: default; + path { + cursor: default; + } + } + } + .only-show.switchable { + .x6-cell.x6-node:not([data-shape="lane"]):not([data-shape="mk-text"]) { + cursor: pointer; + } + } .chart-header { position: relative; -- Gitblit v1.8.0