From 9b5661ebf15f5536748849493cb8b65a6c3644dd Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 24 七月 2025 11:34:01 +0800 Subject: [PATCH] 修改健康检测 --- se-index/src/components/home.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/se-index/src/components/home.vue b/se-index/src/components/home.vue index 99650e9..16e864d 100644 --- a/se-index/src/components/home.vue +++ b/se-index/src/components/home.vue @@ -117,7 +117,7 @@ } .content { width: 100%; - height:calc(100vh - 183px); + height:calc(100vh - 147px); margin-top: 60px; } } -- Gitblit v1.9.3