VDataTableFooter.css 655 B

1234567891011121314151617181920212223242526272829303132
  1. .v-data-table-footer {
  2. align-items: center;
  3. display: flex;
  4. flex-wrap: wrap;
  5. justify-content: flex-end;
  6. padding: 8px 4px;
  7. }
  8. .v-data-table-footer__items-per-page {
  9. align-items: center;
  10. display: flex;
  11. justify-content: center;
  12. }
  13. .v-data-table-footer__items-per-page > span {
  14. padding-inline-end: 8px;
  15. }
  16. .v-data-table-footer__items-per-page > .v-select {
  17. width: 90px;
  18. }
  19. .v-data-table-footer__info {
  20. display: flex;
  21. justify-content: flex-end;
  22. min-width: 116px;
  23. padding: 0 16px;
  24. }
  25. .v-data-table-footer__paginationz {
  26. align-items: center;
  27. display: flex;
  28. margin-inline-start: 16px;
  29. }
  30. .v-data-table-footer__page {
  31. padding: 0 8px;
  32. }