layout fix
This commit is contained in:
@@ -75,13 +75,13 @@ export default function ProductView() {
|
||||
<div
|
||||
className='w-full min-w-48 flex items-center gap-2 whitespace-nowrap'>
|
||||
<div className="text-left">
|
||||
ProductID
|
||||
Description
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td className="px-2">
|
||||
<div className="text-left">
|
||||
P000008
|
||||
Get Open EMR for practice management
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -90,13 +90,13 @@ export default function ProductView() {
|
||||
<div
|
||||
className='w-full min-w-48 flex items-center gap-2 whitespace-nowrap'>
|
||||
<div className="text-left">
|
||||
ProductID
|
||||
Status
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td className="px-2">
|
||||
<div className="text-left">
|
||||
P000008
|
||||
1
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -105,13 +105,13 @@ export default function ProductView() {
|
||||
<div
|
||||
className='w-full min-w-48 flex items-center gap-2 whitespace-nowrap'>
|
||||
<div className="text-left">
|
||||
ProductID
|
||||
Added
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td className="px-2">
|
||||
<div className="text-left">
|
||||
P000008
|
||||
2025-06-14T23:00:12.43598
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -120,13 +120,13 @@ export default function ProductView() {
|
||||
<div
|
||||
className='w-full min-w-48 flex items-center gap-2 whitespace-nowrap'>
|
||||
<div className="text-left">
|
||||
ProductID
|
||||
Banner
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td className="px-2">
|
||||
<div className="text-left">
|
||||
P000008
|
||||
p5.jpg
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -135,13 +135,13 @@ export default function ProductView() {
|
||||
<div
|
||||
className='w-full min-w-48 flex items-center gap-2 whitespace-nowrap'>
|
||||
<div className="text-left">
|
||||
ProductID
|
||||
UID
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<td className="px-2">
|
||||
<div className="text-left">
|
||||
P000008
|
||||
5c45eadb-b8b9-4d20-aaec-4fca5bcc93d3
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -150,11 +150,13 @@ export default function ProductView() {
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<p className='text-lg'>Product Details</p>
|
||||
<ProductDetails />
|
||||
|
||||
<div className='box bg-[aliceblue] dark:bg-black-box text-black-body dark:text-white-body'>
|
||||
<div className='flex flex-col gap-2'>
|
||||
<p className='text-lg'>Product Details</p>
|
||||
<ProductDetails />
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user