jiangping
2025-03-03 612889a7446bfda8136081fc2ee1d1d6db72339b
admin/src/components/common/Pagination.vue
@@ -38,3 +38,17 @@
  }
}
</script>
<style lang="scss" scoped>
.table-pagination {
  padding: 16px 0;
  text-align: left;
  display: block;
  z-index: 100;
  width: -webkit-fill-available;
  /* width: 80%; */
  position: fixed;
  bottom: 30px;
  background-color: white;
  margin-right: 50px;
}
</style>