From 7b6c3dc450c20525ddb64bbd9a20c3f0976ea147 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期四, 25 七月 2024 18:11:58 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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