叶松
2023-12-04 e9f058460ddc0205dbd17a31f943d8d96c85d600
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>