From 8d66ff34fae5b048a6b7923cc75d34f13a08be9d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 02 八月 2022 11:42:43 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/chart/antv-bar/chartcompile/index.scss | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/index.scss b/src/menu/components/chart/antv-bar/chartcompile/index.scss index 244c6aa..6334288 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/index.scss +++ b/src/menu/components/chart/antv-bar/chartcompile/index.scss @@ -12,14 +12,6 @@ min-height: 50vh; padding-top: 10px; .menu-chart-edit-box { - .anticon-question-circle { - color: #c49f47; - position: relative; - left: -3px; - } - .ant-input-number { - width: 100%; - } .ant-radio-wrapper { margin-right: 5px; } @@ -37,6 +29,9 @@ position: relative; z-index: 1; } + .ant-table-column-title { + white-space: nowrap; + } } } } -- Gitblit v1.8.0