vuetify
Version:
Vue Material Component Framework
32 lines • 655 B
CSS
.v-data-table-footer {
align-items: center;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
padding: 8px 4px;
}
.v-data-table-footer__items-per-page {
align-items: center;
display: flex;
justify-content: center;
}
.v-data-table-footer__items-per-page > span {
padding-inline-end: 8px;
}
.v-data-table-footer__items-per-page > .v-select {
width: 90px;
}
.v-data-table-footer__info {
display: flex;
justify-content: flex-end;
min-width: 116px;
padding: 0 16px;
}
.v-data-table-footer__paginationz {
align-items: center;
display: flex;
margin-inline-start: 16px;
}
.v-data-table-footer__page {
padding: 0 8px;
}