15030600271
2023-11-24 a940d99836f54fb58cec382d891b51589c94461e
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>