From 79e1455e4ba4f4a7d04a483dda1a354e53921a69 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 十一月 2020 19:04:14 +0800 Subject: [PATCH] 2020-11-04 --- src/menu/components/chart/antv-bar/index.scss | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/menu/components/chart/antv-bar/index.scss b/src/menu/components/chart/antv-bar/index.scss index 08877af..c37fad1 100644 --- a/src/menu/components/chart/antv-bar/index.scss +++ b/src/menu/components/chart/antv-bar/index.scss @@ -19,9 +19,6 @@ border-bottom: 1px solid #e8e8e8; overflow: hidden; padding-right: 35px; - text-decoration: inherit; - font-weight: inherit; - font-style: inherit; >.anticon-tool { position: absolute; @@ -41,6 +38,8 @@ float: left; line-height: 45px; margin-left: 10px; + position: relative; + z-index: 1; } } -- Gitblit v1.8.0