From de962e6331d7ebf3c660a3b0d7fa1dbdc81c645f Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期一, 28 四月 2025 19:30:04 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase --- src/views/honors/index.vue | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/honors/index.vue b/src/views/honors/index.vue index b942876..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) { @@ -241,9 +237,9 @@ } } -.honor-main-bottom{ - display: flex; - justify-content: space-between +.honor-main-bottom { + display: flex; + justify-content: space-between } ::v-deep .el-loading-spinner { @@ -341,4 +337,9 @@ border-radius: 5px; border: 1px solid#cccccc; } + +//淇敼榧犳爣婊戣繃鐨勯鑹� +:deep.el-pagination.is-background .el-pager li:not(.disabled):hover { + color: #937950 +} </style> -- Gitblit v1.9.1