From 1c829f9177eab675b22be4d20ef2761ed1bbb423 Mon Sep 17 00:00:00 2001 From: 云 <2163098428@qq.com> Date: 星期二, 15 九月 2026 16:15:48 +0800 Subject: [PATCH] refactor(layout): 调整布局样式并优化轮播卡片组件 --- src/views/reportAnalysis/dataDashboard/index0.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/reportAnalysis/dataDashboard/index0.vue b/src/views/reportAnalysis/dataDashboard/index0.vue index 5c318c8..a854c3c 100644 --- a/src/views/reportAnalysis/dataDashboard/index0.vue +++ b/src/views/reportAnalysis/dataDashboard/index0.vue @@ -1473,7 +1473,7 @@ position: relative; width: 100%; /* 椤甸潰鍦ㄥ父瑙勫竷灞�涓嬶紙鏈夐《鏍忥級榛樿鍑忓幓 84px锛岄伩鍏嶅唴瀹硅瑁佸垏 */ - height: calc(100vh - 84px); + height: calc(100vh - 100px); display: flex; align-items: center; justify-content: center; -- Gitblit v1.9.3