张磊磊
2023-12-12 77c32657128e38dcc83cb5d95d7045f224809877
web/src/components/element/Pagination.vue
@@ -76,7 +76,16 @@
  font-weight: 400;
}
.pagination-container {
::v-deep.pagination-container {
  margin: 30px 0;
  .btn-prev {
    margin-right: 10px;
  }
  .el-pager .number {
    width: 28px;
    margin-right: 10px;
  }
}
</style>