From 19a81bb5ef98c4eaf1edd622f95ebb938b5fffc8 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 23 四月 2025 18:44:44 +0800 Subject: [PATCH] loading修改 --- src/views/honors/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/honors/index.vue b/src/views/honors/index.vue index a88cf3d..c299f09 100644 --- a/src/views/honors/index.vue +++ b/src/views/honors/index.vue @@ -11,7 +11,8 @@ <!-- 宸﹁竟鏍囬 --> <div class="honors-main-title">鑽�<br />瑾�<br />濂�<br />椤�</div> <!-- 鍙宠竟鍐呭 --> - <div class="honors-text" v-loading="loading"> + <div class="honors-text" v-loading="loading" element-loading-background="rgba(0, 0, 0, 0)" element-loading-text="瀛︾敓鍒楄〃鍔犺浇涓�" + element-loading-spinner="el-icon-loading"> <div style="min-height: 646px;"> <ul> <li v-for="(item, index) in honorList" :key="index"> -- Gitblit v1.9.1