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);