Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e20b7e32f1 |
@@ -152,12 +152,12 @@ const DashboardHomeIntro: FC<DashboardHomeIntroProps> = ({ handleNextStep, step
|
|||||||
>
|
>
|
||||||
{(data:any)=>(
|
{(data:any)=>(
|
||||||
<div className="w-full p-4 rounded-lg shadow-lg bg-white overflow-x-auto min-h-[250px] max-h-[450px]">
|
<div className="w-full p-4 rounded-lg shadow-lg bg-white overflow-x-auto min-h-[250px] max-h-[450px]">
|
||||||
<table className="w-full table-auto">
|
<table className="text-[12px] sm:text-base w-full table-auto">
|
||||||
<thead>
|
<thead>
|
||||||
<tr className='text-left border-b-2'>
|
<tr className='text-left border-b-2'>
|
||||||
<th className='px-1 py-4'>Date</th>
|
<th className='px-1 py-4'>Date</th>
|
||||||
<th className='px-1 py-4 text-right'>Amount</th>
|
<th className='px-1 py-4 text-right'>Amount</th>
|
||||||
<th className='px-1 py-4 text-center'>Payment Term</th>
|
<th className='px-1 py-4 text-center min-w-[110px]'>Payment Term</th>
|
||||||
<th className='px-1 py-4 text-center'>Status</th>
|
<th className='px-1 py-4 text-center'>Status</th>
|
||||||
<th className='px-1 py-4'>Action</th>
|
<th className='px-1 py-4'>Action</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -83,8 +83,8 @@ export default function DashboardLayout({ children }: { children: ReactNode }) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<div className="flex p-5 relative">
|
<div className="flex p-2 md:p-5 relative">
|
||||||
<div className="w-full p-5">{children}</div>
|
<div className="w-full p-2 md:p-5">{children}</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user