| | |
| | | </el-pagination> |
| | | </div> |
| | | </div> |
| | | |
| | | |
| | | <el-empty v-if="!loading && !honorList.length"></el-empty> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | honorList: [], |
| | | total: 0, |
| | | currentPage: 1, |
| | | loading: false, |
| | | loading: true, |
| | | }; |
| | | }, |
| | | mounted() { |
| | |
| | | start: (this.currentPage - 1) * 10, |
| | | size: 10, |
| | | }, |
| | | // coverSize: { |
| | | // height: 70 |
| | | // } |
| | | }).then((res) => { |
| | | console.log(res, "res"); |
| | | if (res.datas && res.datas.length) { |
| | |
| | | } |
| | | } |
| | | |
| | | .honor-main-bottom{ |
| | | display: flex; |
| | | justify-content: space-between |
| | | .honor-main-bottom { |
| | | display: flex; |
| | | justify-content: space-between |
| | | } |
| | | |
| | | ::v-deep .el-loading-spinner { |
| | |
| | | border-radius: 5px; |
| | | border: 1px solid#cccccc; |
| | | } |
| | | |
| | | //修改鼠标滑过的颜色 |
| | | :deep.el-pagination.is-background .el-pager li:not(.disabled):hover { |
| | | color: #937950 |
| | | } |
| | | </style> |