From ac478242e0ecb50b23b2e91c0541f9ceae2dccf6 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期五, 25 四月 2025 16:59:37 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase --- 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