From dc1f4d30ad11413ad787de853613a886e198fec3 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Thu, 18 Dec 2025 20:23:34 +0800 Subject: [PATCH] =?UTF-8?q?Tcode=E8=BF=90=E8=90=A5=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=94=B9=E9=80=A0=E5=8D=87=E7=BA=A7-=E6=80=81=E5=8A=BF?= =?UTF-8?q?=E6=84=9F=E7=9F=A5=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Jyh/ecosystem/index.vue | 7 ++++--- src/views/Jyh/security/index.vue | 9 +++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/views/Jyh/ecosystem/index.vue b/src/views/Jyh/ecosystem/index.vue index 15e60bd..ec8a764 100644 --- a/src/views/Jyh/ecosystem/index.vue +++ b/src/views/Jyh/ecosystem/index.vue @@ -2380,10 +2380,11 @@ onMounted(() => { } .index-module__NV_5cW__header { + width: 1400px; text-align: center; - margin-bottom: 3rem; - padding: 2rem 1rem 1rem; + padding: 1rem; position: relative; + margin: 0 auto 3rem; } .index-module__NV_5cW__floatingElements { @@ -4167,7 +4168,7 @@ onMounted(() => { /* 布局控制:撑满容器并增加内边距 */ width: 100%; padding: 2rem 4rem; - margin: 2rem 0; + //margin: 2rem 0; /* 深色玻璃拟态背景 */ background: rgba(255, 255, 255, 0.02); diff --git a/src/views/Jyh/security/index.vue b/src/views/Jyh/security/index.vue index 4d426c8..70ccb4d 100644 --- a/src/views/Jyh/security/index.vue +++ b/src/views/Jyh/security/index.vue @@ -1363,10 +1363,11 @@ onMounted(() => { } .index-module__NV_5cW__header { + width: 1400px; text-align: center; - margin-bottom: 3rem; - padding: 2rem 1rem 1rem; + padding: 1rem; position: relative; + margin: 0 auto 3rem; } .index-module__NV_5cW__floatingElements { @@ -2004,7 +2005,7 @@ onMounted(() => { .chartCard__actionBtn { padding: 4px 12px; border: 1px solid #d1d5db; - background-color: #f9fafb; + background-color: #c1c7cd; border-radius: 4px; font-size: 12px; cursor: pointer; @@ -2033,7 +2034,7 @@ onMounted(() => { /* 布局控制:撑满容器并增加内边距 */ width: 100%; padding: 2rem 4rem; - margin: 2rem 0; + //margin: 2rem 0; /* 深色玻璃拟态背景 */ background: rgba(255, 255, 255, 0.02);