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 {