From cb9ade2afd2a367ad767bc605ab7086c695dd010 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 09 十二月 2022 15:53:32 +0800 Subject: [PATCH] 2022-12-09 --- src/menu/components/chart/antv-dashboard/index.scss | 19 ------------------- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/src/menu/components/chart/antv-dashboard/index.scss b/src/menu/components/chart/antv-dashboard/index.scss index b017bc1..b55876e 100644 --- a/src/menu/components/chart/antv-dashboard/index.scss +++ b/src/menu/components/chart/antv-dashboard/index.scss @@ -5,14 +5,11 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - display: flex; - flex-flow: column; .canvas { margin: 0px; padding: 15px; letter-spacing: 0px; - flex: 1; } >.anticon-tool { @@ -25,22 +22,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; - z-index: 4; - padding-top: 10px; - font-size: 16px; - - .ant-row .anticon-plus { - float: right; - } - - .page-card { - float: right; - } } } .menu-dashboard-edit-box:hover { -- Gitblit v1.8.0