From d0e8c7cb64d7d219f7cfec8bc87cf699b9cfe7b2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 08 十一月 2022 12:35:25 +0800 Subject: [PATCH] 2022-11-08 --- src/menu/components/chart/chart-custom/index.scss | 21 +-------------------- 1 files changed, 1 insertions(+), 20 deletions(-) diff --git a/src/menu/components/chart/chart-custom/index.scss b/src/menu/components/chart/chart-custom/index.scss index cbfba49..7e6eedb 100644 --- a/src/menu/components/chart/chart-custom/index.scss +++ b/src/menu/components/chart/chart-custom/index.scss @@ -38,31 +38,12 @@ position: absolute; right: 1px; top: 1px; - z-index: 2; + z-index: 3; font-size: 16px; padding: 5px; cursor: pointer; 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-custom-chart-edit-box:hover { -- Gitblit v1.8.0