From a5d01d5503750b6c95f9393d7cd4da880de6024c Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 28 八月 2023 15:50:51 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.110.209:9001/r/lims-before
---
src/views/experiment/passRateStatistics/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/experiment/passRateStatistics/index.vue b/src/views/experiment/passRateStatistics/index.vue
index fceb330..bf2c28a 100644
--- a/src/views/experiment/passRateStatistics/index.vue
+++ b/src/views/experiment/passRateStatistics/index.vue
@@ -60,7 +60,7 @@
}}</el-radio-button>
</el-radio-group>
</div>
- <div style="width: 100%;height: 100;">
+ <div style="width: 100%;height: 100%;">
<div :hidden="projectData" class="secondBox" ref="unqualified_project"></div>
<div :hidden="!projectData" style="height: 100%;text-align: center; color: #999696df; margin-top: 100px;">鏆傛棤鏁版嵁
</div>
@@ -249,7 +249,7 @@
const myChart2 = echarts.init(chartDom_unqualified_provider, null, {
height: 300
});
-
+
const myChart3 = echarts.init(chartDom_unqualified_project, null, {
height: 268
});
--
Gitblit v1.9.3