From 9f8214884323ac2cb88e53b3e90d7c1d4845002b Mon Sep 17 00:00:00 2001 From: 2153917462 <2153917462@qq.com> Date: Wed, 30 Apr 2025 17:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ecosphere/components/componentLeft.vue | 20 ++- .../ecosphere/components/componentRight.vue | 155 +++++++++--------- src/views/privateOrder/ecosphere/index.vue | 51 +++--- src/views/privateOrder/general/index.vue | 60 +++---- .../privateOrder/positiveEnergy/index.vue | 20 ++- .../security/components/componentLeft.vue | 24 +-- .../security/components/componentRight.vue | 21 +-- src/views/privateOrder/security/index.vue | 35 ++-- src/views/privateOrder/sentiment/index.vue | 63 +++---- 9 files changed, 232 insertions(+), 217 deletions(-) diff --git a/src/views/privateOrder/ecosphere/components/componentLeft.vue b/src/views/privateOrder/ecosphere/components/componentLeft.vue index 516cff4..67b3022 100644 --- a/src/views/privateOrder/ecosphere/components/componentLeft.vue +++ b/src/views/privateOrder/ecosphere/components/componentLeft.vue @@ -1504,9 +1504,9 @@ export default { width: 100%; height: 100%; .module-container { - width: 1603px; + width: 100%; height: 100%; - margin: 130px 0 0 50px; + margin: 204px 0 0 50px; display: flex; flex-wrap: wrap; // justify-content: space-between; @@ -1680,13 +1680,14 @@ export default { width: 50%; height: 50%; .three-inventory { + padding: 80px 0; width: 100%; - height: 382px; - margin-top: 30px; + height: calc(100% - 76px); + // margin-top: 30px; display: flex; justify-content: space-around; .three-inventory-item { - width: 200px; + width: 30%; margin: 0 10px; display: flex; flex-direction: column; @@ -1769,7 +1770,8 @@ export default { padding-top: 20px; .firewall-container { - margin-top: 20px; + height: calc(100% - 76px); + // margin-top: 20px; // 顶部卡片区域 .firewall-stats { @@ -1906,7 +1908,7 @@ export default { flex-wrap: wrap; justify-content: space-between; width: 100%; - height: 100%; + height: calc(100% - 72px); padding: 10px; .zoology-icon { @@ -1916,7 +1918,7 @@ export default { flex-direction: column; align-items: center; margin-bottom: 10px; - padding: 35px; + padding: 5px; .icon-bk { width: 100%; height: 100%; @@ -2118,7 +2120,7 @@ export default { text-align: center !important; } .section-object { - height: 364px; + height: calc(100% - 72px); width: 100%; display: flex; // flex-direction: column; diff --git a/src/views/privateOrder/ecosphere/components/componentRight.vue b/src/views/privateOrder/ecosphere/components/componentRight.vue index d88fd44..c1fc689 100644 --- a/src/views/privateOrder/ecosphere/components/componentRight.vue +++ b/src/views/privateOrder/ecosphere/components/componentRight.vue @@ -46,24 +46,26 @@