From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 十一月 2022 16:11:55 +0800 Subject: [PATCH] 2022-11-21 --- src/menu/components/chart/chart-custom/index.scss | 25 +++---------------------- 1 files changed, 3 insertions(+), 22 deletions(-) diff --git a/src/menu/components/chart/chart-custom/index.scss b/src/menu/components/chart/chart-custom/index.scss index 8bd0443..c946907 100644 --- a/src/menu/components/chart/chart-custom/index.scss +++ b/src/menu/components/chart/chart-custom/index.scss @@ -5,14 +5,14 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - display: flex; - flex-flow: column; + .canvas-wrap { + padding: 15px; + } .canvas { margin: 0px; padding: 0px; letter-spacing: 0px; - flex: 1; } .chart-header { @@ -44,25 +44,6 @@ 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