From 25b1262a25df82f32296afe3802836e768f2143f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 15 五月 2020 14:15:30 +0800 Subject: [PATCH] 2020-05-15 --- src/templates/subtableconfig/index.scss | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/templates/subtableconfig/index.scss b/src/templates/subtableconfig/index.scss index f259da6..3beec9c 100644 --- a/src/templates/subtableconfig/index.scss +++ b/src/templates/subtableconfig/index.scss @@ -163,18 +163,15 @@ margin-bottom: 70px; .chart-title { - margin-bottom: 15px; - color: rgba(0, 0, 0, 0.85); + position: relative; + color: rgba(0, 0, 0, 0.65); font-weight: 400; font-size: 16px; - line-height: 25px; - height: 35px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; - max-width: 50%; - padding-top: 10px; - padding-left: 30px; + margin: 0 20px; + padding: 10px 5px 5px; } } > .anticon-setting { -- Gitblit v1.8.0