From 82e5335ce391e116a8aab48097e7efb76ce35007 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期五, 26 七月 2024 12:40:53 +0800
Subject: [PATCH] 解决j数采多个项目时数据回显不完的问题

---
 src/components/view/b3-classes.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/components/view/b3-classes.vue b/src/components/view/b3-classes.vue
index 206bcff..baa00dd 100644
--- a/src/components/view/b3-classes.vue
+++ b/src/components/view/b3-classes.vue
@@ -148,8 +148,7 @@
     <span style="color:#909399;font-size:14px;position: absolute;left:50%;top: 50%;transform: translate(-59%,-50%);" v-if="(query.month&&list.length==0)||(!query.month&&yearList.length==0)">鏆傛棤鏁版嵁</span>
   </div>
   <el-dialog title="鏃堕棿閰嶇疆" :visible.sync="configTimeVisible" width="620px">
-    <div v-loading="configTimeVisibleLoading" ></div>
-    <div v-if="!configTimeVisibleLoading">
+    <div v-loading="configTimeVisibleLoading" style="min-height: 200px;">
       <div v-for="(item, index) in timeQuery">
         <div class="form" style="display: flex;justify-content: space-between">
           <div style="margin-bottom: 12px;width: 200px;">

--
Gitblit v1.9.3