orders pagination
This commit is contained in:
@@ -468,9 +468,11 @@ export default function ordersDetails() {
|
||||
<>
|
||||
<TitleCard title="Orders Details" />
|
||||
<Paper content={false} sx={{ border: '1px solid #eeeeee', borderBottom: 'none' }}>
|
||||
<Grid container sx={{ display: 'flex', alignItems: 'center', m: 2 }}>
|
||||
<Grid
|
||||
container
|
||||
sx={{ display: 'flex', flexDirection: { md: 'row', xs: 'column' }, alignItems: 'center', justifyContent: 'center', m: 2 }}
|
||||
>
|
||||
<Grid item xs={4}>
|
||||
{' '}
|
||||
<Stack direction="column" alignItems="flex-start" spacing={1}>
|
||||
{startdate && enddate && (
|
||||
<Stack direction="row" spacing={2}>
|
||||
@@ -512,7 +514,8 @@ export default function ordersDetails() {
|
||||
<Stack
|
||||
sx={{
|
||||
display: 'flex',
|
||||
flexDirection: { md: 'row', xs: 'column' },
|
||||
// flexDirection: { md: 'row', xs: 'column' },
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'end',
|
||||
alignItems: 'center',
|
||||
marginRight: '25px'
|
||||
|
||||
Reference in New Issue
Block a user