diff --git a/src/routes/retailer/boxed_order_history.scss b/src/routes/retailer/boxed_order_history.scss index 4a99aee..44fa73a 100644 --- a/src/routes/retailer/boxed_order_history.scss +++ b/src/routes/retailer/boxed_order_history.scss @@ -4,4 +4,30 @@ .myDash{ margin-bottom: auto !important; margin-top: 20px; + } + // *********** data-table styling + + .v-data-table-footer{ + display: flex; + justify-content: end; + margin-top: 30px + } + .v-input__control { + padding-top: 2px; + padding-bottom: 10px; + } + .v-data-table-footer__items-per-page{ + display: flex; + margin-right: 10px; + } + .v-data-table-footer__items-per-page > span{ + margin-right: 10px; + padding-top: 6px + } + .v-data-table-footer__info{ + padding-top: 7px; + } + .v-data-table-footer__pagination{ + margin-top: -10px; + padding-top: 4px } \ No newline at end of file diff --git a/src/routes/retailer/boxed_order_history.vue b/src/routes/retailer/boxed_order_history.vue index 2ca4a83..749fc49 100644 --- a/src/routes/retailer/boxed_order_history.vue +++ b/src/routes/retailer/boxed_order_history.vue @@ -212,6 +212,7 @@ + @@ -308,4 +309,4 @@ export default { }, }; -