From e27aa65d479626dfb6899b6934135e1db4faa13e Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期一, 28 八月 2023 15:49:55 +0800
Subject: [PATCH] modified: .env.development modified: src/layout/components/Navbar.vue modified: src/store/modules/user.js modified: src/views/login/index.vue
---
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