mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
refactor(FE): Add top border to table rows in product tables
This commit is contained in:
@@ -102,7 +102,7 @@ const DeliveryOrderProductTable = ({
|
|||||||
className='border-none w-full'
|
className='border-none w-full'
|
||||||
>
|
>
|
||||||
<tbody className='w-full'>
|
<tbody className='w-full'>
|
||||||
<tr className='border-b border-tools-table-outline border-base-content/5'>
|
<tr className='border-b border-t border-tools-table-outline border-base-content/5'>
|
||||||
<th className='w-1/3 text-start not-first:font-medium text-base-content/50 text-sm px-4 py-3'>
|
<th className='w-1/3 text-start not-first:font-medium text-base-content/50 text-sm px-4 py-3'>
|
||||||
Label
|
Label
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ const SalesOrderProductTable = ({
|
|||||||
className='border-none w-full'
|
className='border-none w-full'
|
||||||
>
|
>
|
||||||
<tbody className='w-full'>
|
<tbody className='w-full'>
|
||||||
<tr className='border-b border-tools-table-outline border-base-content/5'>
|
<tr className='border-b border-t border-tools-table-outline border-base-content/5'>
|
||||||
<th className='w-1/3 text-start not-first:font-medium text-base-content/50 text-sm px-4 py-3'>
|
<th className='w-1/3 text-start not-first:font-medium text-base-content/50 text-sm px-4 py-3'>
|
||||||
Label
|
Label
|
||||||
</th>
|
</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user