This commit is contained in:
MuslemRahimi 2024-07-15 16:01:11 +02:00
parent 49d8ec2eaf
commit 8f24778223
2 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ else {
<div class="flex justify-start items-center w-full m-auto mt-6 overflow-x-scroll no-scrollbar"> <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"> <table class="table table-sm table-compact w-full">
<thead> <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-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]">Trade Count</th>
<th class="text-white shadow-md font-semibold text-sm text-end bg-[#09090B]">Share Quantity</th> <th class="text-white shadow-md font-semibold text-sm text-end bg-[#09090B]">Share Quantity</th>

View File

@ -320,7 +320,7 @@ $: {
<td class="px-[5px] py-1.5 xs:px-2.5 xs:py-2"> <td class="px-[5px] py-1.5 xs:px-2.5 xs:py-2">
<span>Date</span> <span>Date</span>
</td> </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)} {formatDateRange(rawData?.lastDate)}
</td> </td>
</tr> </tr>