From 060c875b23539dc338e780ddfc187394a40743a9 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 28 四月 2025 21:06:46 +0800 Subject: [PATCH] bug修改 --- src/views/honors/index.vue | 18 +++--------------- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/src/views/honors/index.vue b/src/views/honors/index.vue index 071a277..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,15 +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 -} - -:deep.msg-pagination-container.is-background .el-pager li:hover{ - color: #937950; -} -:deep.el-pagination.is-background .el-pager li:hover { - color: #937950; } </style> -- Gitblit v1.9.1