zhongshujie
10 小时以前 428519bd36af8e719e56abbc5f1ba0b37cdadb8c
src/views/honors/index.vue
@@ -74,9 +74,9 @@
          start: (this.currentPage - 1) * 10,
          size: 10,
        },
        // coverSize: {
        //   height: 70
        // }
        coverSize: {
          height: 70
        }
      }).then((res) => {
        console.log(res, "res");
        if (res.datas && res.datas.length) {
@@ -241,9 +241,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 +341,17 @@
  border-radius: 5px;
  border: 1px solid#cccccc;
}
//修改鼠标滑过的颜色
: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>