From 99f4651779d6e8d8024d8e60eae16f4de7fa931a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 27 六月 2023 18:47:26 +0800 Subject: [PATCH] 2023-06-27 --- src/tabviews/custom/components/chart/antv-X6/index.scss | 58 ---------------------------------------------------------- 1 files changed, 0 insertions(+), 58 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-X6/index.scss b/src/tabviews/custom/components/chart/antv-X6/index.scss index 47e2b44..e335bc1 100644 --- a/src/tabviews/custom/components/chart/antv-X6/index.scss +++ b/src/tabviews/custom/components/chart/antv-X6/index.scss @@ -81,20 +81,6 @@ border: 1px solid rgba(0, 0, 0, 0.07); background: rgba(0, 0, 0, 0); } - .tool-control { - position: absolute; - right: -13px; - top: 5px; - z-index: 3; - background: #ffffff; - width: 25px; - height: 25px; - border: 1px solid #d8d8d8; - border-radius: 30px; - text-align: center; - line-height: 25px; - cursor: pointer; - } .x6-widget-stencil-group[data-name="group3"] { .x6-graph-svg { @@ -110,19 +96,6 @@ text { transform: matrix(1,0,0,1,85,18)!important; } - } - } - } - .mk-stencil.merge { - width: 0px; - min-width: 0px; - - .tool-control { - right: -25px; - border-top-left-radius: 0px; - border-bottom-left-radius: 0px; - .anticon-double-left { - transform: rotate(180deg); } } } @@ -152,37 +125,6 @@ padding-top: 20px; overflow-x: hidden; white-space: nowrap; - } - - .tool-control { - position: absolute; - left: -13px; - top: 5px; - z-index: 3; - background: #ffffff; - width: 25px; - height: 25px; - border: 1px solid #d8d8d8; - border-radius: 30px; - text-align: center; - line-height: 25px; - cursor: pointer; - .anticon-double-left { - transform: rotate(180deg); - } - } - } - .mk-node-edit.merge { - width: 0px; - min-width: 0px; - - .tool-control { - left: -25px; - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - .anticon-double-left { - transform: rotate(0deg); - } } } -- Gitblit v1.8.0