From 95c89b73df2026be3a4078fcfa2e6315e764a988 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Fri, 18 Feb 2022 17:42:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=AF=A6=E6=83=85=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/entityExplorer/entityList/detail-overview.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/assets/css/components/views/entityExplorer/entityList/detail-overview.scss b/src/assets/css/components/views/entityExplorer/entityList/detail-overview.scss index a4a0752d..e37c5506 100644 --- a/src/assets/css/components/views/entityExplorer/entityList/detail-overview.scss +++ b/src/assets/css/components/views/entityExplorer/entityList/detail-overview.scss @@ -133,11 +133,11 @@ display: flex; } .overview__tag.domain__tag { - display: unset; - min-width: 154px; + display: unset; padding: 6px 15px; margin: 0 12px 0 0; text-align: center; + min-width: 210px; height: 32px; line-height: 1.5; background-color: #EFF6FE; @@ -145,12 +145,10 @@ border-radius: 4px; } .overview__tag.domain__tag-list { - display: unset; padding: 6px 15px; margin: 4px 12px 0 0; text-align: center; height: 24px; - max-width: 300px; line-height: 0.9; background-color: #EFF6FE; font-family: Roboto-Regular;