From b2c7d339fc1bd3ace8dbc6f43c34cfbeb1a856ca Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 24 七月 2024 17:51:44 +0800 Subject: [PATCH] 修改样式 --- 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