From 16f80ddfc338bc65a893c1b7eb93d1d9861158b2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 02 七月 2023 23:05:17 +0800 Subject: [PATCH] Merge branch 'develop' --- 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