From 79e4981aa6cc9354276fc54cdf6d14eb08ab7fee Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 22 六月 2023 15:59:04 +0800 Subject: [PATCH] Merge branch 'develop' of ssh://121.36.20.145:29418/~jinfei/pc-plat into develop --- src/menu/components/chart/antv-G6/index.scss | 23 ++--------------------- 1 files changed, 2 insertions(+), 21 deletions(-) diff --git a/src/menu/components/chart/antv-G6/index.scss b/src/menu/components/chart/antv-G6/index.scss index 5d8ba6f..8a386a9 100644 --- a/src/menu/components/chart/antv-G6/index.scss +++ b/src/menu/components/chart/antv-G6/index.scss @@ -1,4 +1,4 @@ -.menu-scatter-chart-edit-box { +.menu-g6-chart-edit-box { position: relative; box-sizing: border-box; background: #ffffff; @@ -42,27 +42,8 @@ color: rgba(0, 0, 0, 0.85); background: rgba(255, 255, 255, 0.55); } - - .model-menu-action-list { - position: absolute; - right: 0px; - top: 30px; - z-index: 4; - font-size: 16px; - - .ant-row .anticon-plus { - float: right; - } - - .page-card { - float: right; - } - } - .normal-header + .canvas + .model-menu-action-list { - top: 45px; - } } -.menu-scatter-chart-edit-box:hover { +.menu-g6-chart-edit-box:hover { z-index: 1; box-shadow: 0px 0px 4px #1890ff; } -- Gitblit v1.8.0