From 145a6eb83133497b3863add21610ac6015e6533e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 13 五月 2021 18:33:34 +0800 Subject: [PATCH] 2021-05-13 --- src/tabviews/custom/components/chart/antv-bar-line/index.scss | 41 ----------------------------------------- 1 files changed, 0 insertions(+), 41 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-bar-line/index.scss b/src/tabviews/custom/components/chart/antv-bar-line/index.scss index cd9f4ce..b912f22 100644 --- a/src/tabviews/custom/components/chart/antv-bar-line/index.scss +++ b/src/tabviews/custom/components/chart/antv-bar-line/index.scss @@ -55,47 +55,6 @@ background: #ffffff; } } - > .ant-select { - width: 150px; - float: right; - position: relative; - z-index: 1; - .ant-select-selection { - min-height: 24px; - height: 28px; - li { - background: unset; - border: 0; - width: 99%; - padding: 0; - margin-right: 0; - cursor: pointer; - - .type-label { - overflow: hidden; - word-break: break-word; - white-space: nowrap; - text-overflow: ellipsis; - } - } - li + li { - margin-top: 0; - width: 1%; - opacity: 0; - } - } - } - > .ant-select.ant-select-focused { - .ant-select-selection { - li { - width: 50%; - } - li + li { - width: 49%; - opacity: 1; - } - } - } .g2-tooltip-list{ display: none; } -- Gitblit v1.8.0