ui fix
This commit is contained in:
parent
49d8ec2eaf
commit
8f24778223
@ -340,7 +340,7 @@ else {
|
||||
<div class="flex justify-start items-center w-full m-auto mt-6 overflow-x-scroll no-scrollbar">
|
||||
<table class="table table-sm table-compact w-full">
|
||||
<thead>
|
||||
<tr class="border-b border-blue-400">
|
||||
<tr class="">
|
||||
<th class="text-white shadow-md font-semibold text-sm text-start bg-[#09090B]">Name</th>
|
||||
<th class="text-white shadow-md font-semibold text-sm text-end bg-[#09090B]">Trade Count</th>
|
||||
<th class="text-white shadow-md font-semibold text-sm text-end bg-[#09090B]">Share Quantity</th>
|
||||
|
||||
@ -320,7 +320,7 @@ $: {
|
||||
<td class="px-[5px] py-1.5 xs:px-2.5 xs:py-2">
|
||||
<span>Date</span>
|
||||
</td>
|
||||
<td class="px-[5px] py-1.5 text-right font-medium xs:px-2.5 xs:py-2">
|
||||
<td class="px-[5px] text-sm py-1.5 text-right font-medium xs:px-2.5 xs:py-2">
|
||||
{formatDateRange(rawData?.lastDate)}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user