From 2b223db62940c58c9f2686558972a476869bb59d Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期四, 24 四月 2025 18:36:49 +0800 Subject: [PATCH] 学术成果接口 --- 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