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