rk
14 分钟以前 931e45f5f78494c7af4cab75053da49b57f22fbe
admin/src/components/common/Pagination.vue
@@ -40,14 +40,15 @@
</script>
<style lang="scss" scoped>
.table-pagination {
  padding: 16px 0;
  margin-left: 0px;
  padding: 16px 0px;
  text-align: left;
  display: block;
  z-index: 100;
  width: -webkit-fill-available;
  /* width: 80%; */
  position: fixed;
  bottom: 30px;
  bottom: 0px;
  background-color: white;
  margin-right: 50px;
}