value
2023-08-23 323c2e94f121ee29bee55f1d44a9247232816e1c
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
      });