From d640c656fa6cc21f5684fc6118c15d945ea4a858 Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 14 Jul 2023 19:38:30 +0800 Subject: [PATCH] =?UTF-8?q?CN-1160=20fix:=20=E8=B0=83=E6=95=B4=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/entityExplorer/entity-explorer.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/assets/css/components/views/entityExplorer/entity-explorer.scss b/src/assets/css/components/views/entityExplorer/entity-explorer.scss index 5bc731c2..076c40f0 100644 --- a/src/assets/css/components/views/entityExplorer/entity-explorer.scss +++ b/src/assets/css/components/views/entityExplorer/entity-explorer.scss @@ -119,7 +119,7 @@ display: flex; //flex-direction: column; align-items: center; - padding: 0 30px; + padding: 0 0 0 30px; .overview-left-span { font-size: 16px; @@ -141,12 +141,14 @@ .overview-right { display: flex; flex-direction: column; - padding: 0 30px; + justify-content: center; + padding: 0 15px; .right-row { display: flex; - height: 22px; + height: 18px; align-items: center; + color: #666666; .right-label-loading { position: relative; @@ -168,7 +170,7 @@ font-weight: bold; } i { - padding-right: 10px; + padding-right: 4px; font-size: 18px; } .cn-icon-increase {