From fcfb6e6016de21ad55ba5e6f20e115b6e8d216c3 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 22 一月 2026 13:40:04 +0800
Subject: [PATCH] fix: 接口参数传递错误
---
src/views/reportAnalysis/dataDashboard/index.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/reportAnalysis/dataDashboard/index.vue b/src/views/reportAnalysis/dataDashboard/index.vue
index 566d7ea..5c318c8 100644
--- a/src/views/reportAnalysis/dataDashboard/index.vue
+++ b/src/views/reportAnalysis/dataDashboard/index.vue
@@ -49,7 +49,7 @@
</div>
</div>
<!-- 宸ュ簭鍦ㄥ埗鍝佹暟閲忔煴鐘跺浘 -->
- <div style="height: 82%;margin-top: 20px">
+ <div style="height: 70%">
<Echarts ref="chart"
:chartStyle="chartStyle"
:grid="grid"
@@ -1614,7 +1614,7 @@
display: flex;
gap: 12px;
width: 100%;
- height: 94px;
+ height: 54px;
justify-content: space-between;
align-items: center;
}
@@ -1956,7 +1956,7 @@
/* 鐢熶骇璁㈠崟杩涘害琛ㄦ牸鏍峰紡 */
.progress-table-container {
- height: 250px;
+ height: 200px;
overflow-y: auto;
overflow-x: hidden;
margin-top: 10px;
--
Gitblit v1.9.3