From bcef9a2845e6800704fecb3eb60c204f80854a07 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 24 九月 2020 09:17:24 +0800 Subject: [PATCH] 2020-09-24 --- src/menu/components/chart/antv-bar/index.scss | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/src/menu/components/chart/antv-bar/index.scss b/src/menu/components/chart/antv-bar/index.scss index 37def1b..6df8cc0 100644 --- a/src/menu/components/chart/antv-bar/index.scss +++ b/src/menu/components/chart/antv-bar/index.scss @@ -9,9 +9,20 @@ } .chart-header { + position: relative; height: 45px; border-bottom: 1px solid #e8e8e8; overflow: hidden; + padding-right: 40px; + + >.anticon-tool { + position: absolute; + right: 0px; + top: 0px; + font-size: 16px; + padding: 10px; + cursor: pointer; + } .chart-title { font-size: 16px; @@ -21,7 +32,7 @@ } } - .model-custom-chart-action-list { + .model-menu-action-list { position: absolute; right: 0px; z-index: 4; -- Gitblit v1.8.0