From 22a0512510da46df94afd7f7733cdf6c6bc38518 Mon Sep 17 00:00:00 2001 From: yuyu <1981343953@qq.com> Date: 星期三, 30 八月 2023 11:34:03 +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