From 69db12287a007990de956bef9cef6c2dec65ace7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 07 五月 2020 09:18:40 +0800 Subject: [PATCH] 2020-05-07 --- src/tabviews/commontable/index.scss | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/tabviews/commontable/index.scss b/src/tabviews/commontable/index.scss index 00e1104..6a9c0b2 100644 --- a/src/tabviews/commontable/index.scss +++ b/src/tabviews/commontable/index.scss @@ -107,18 +107,15 @@ .chart-title { position: relative; top: -20px; - margin-bottom: 0px; color: rgba(0, 0, 0, 0.85); 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; + border-bottom: 1px solid #e8e8e8; } .chart-table.chart-title { position: absolute; -- Gitblit v1.8.0