From fad8e688dfaf0c8a48883b72a1084fe822b09cf6 Mon Sep 17 00:00:00 2001 From: q Date: Tue, 15 Jul 2025 18:09:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=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 --- web-front/src/views/Home.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/web-front/src/views/Home.vue b/web-front/src/views/Home.vue index 3b6b153..2ea5a52 100644 --- a/web-front/src/views/Home.vue +++ b/web-front/src/views/Home.vue @@ -36,14 +36,14 @@ 部署 - +
- lz + lz
@@ -570,6 +570,7 @@ body.dark-theme { } .box-card { + flex: 1; margin-top: 4em !important; margin-bottom: 4em !important; opacity: 1 !important; /* 只要不透明 */ @@ -801,10 +802,8 @@ hr { .feedback-bar { width: 100%; - max-width: 700px; /* 和 .box-card 保持一致 */ margin: 0 auto; /* 居中 */ text-align: right; - padding: 10px 24px 0 0; /* 右侧内边距和卡片内容对齐 */ box-sizing: border-box; }