From 8bffcbb7f5fca4e1e7a308f6f786b63d0773704c Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 四月 2025 19:28:29 +0800 Subject: [PATCH] 页面优化 --- src/views/honors/index.vue | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/views/honors/index.vue b/src/views/honors/index.vue index 7d14eb4..cae8214 100644 --- a/src/views/honors/index.vue +++ b/src/views/honors/index.vue @@ -34,8 +34,7 @@ </el-pagination> </div> </div> - - + <el-empty v-if="!loading && !honorList.length"></el-empty> </div> </div> </div> @@ -53,7 +52,7 @@ honorList: [], total: 0, currentPage: 1, - loading: false, + loading: true, }; }, mounted() { @@ -74,9 +73,6 @@ start: (this.currentPage - 1) * 10, size: 10, }, - coverSize: { - height: 70 - } }).then((res) => { console.log(res, "res"); if (res.datas && res.datas.length) { @@ -343,7 +339,7 @@ } //淇敼榧犳爣婊戣繃鐨勯鑹� -:deep.el-pagination.is-background .el-pager li:not(.disabled):hover{ +:deep.el-pagination.is-background .el-pager li:not(.disabled):hover { color: #937950 } </style> -- Gitblit v1.9.1