update page

This commit is contained in:
MuslemRahimi 2024-08-13 17:48:09 +02:00
parent 8eba2a0f67
commit 982b38af34
2 changed files with 22 additions and 21 deletions

View File

@ -52,14 +52,14 @@
<table class="table table-sm sm:table-md table-compact rounded-none sm:rounded-md w-full border-bg-[#09090B] m-auto mt-4 "> <table class="table table-sm sm:table-md table-compact rounded-none sm:rounded-md w-full border-bg-[#09090B] m-auto mt-4 ">
<thead> <thead>
<tr class="border border-slate-800"> <tr class="border border-slate-800">
<th class="text-slate-200 sm:font-bold text-[0.95rem]">No.</th> <th class="text-white font-semibold text-sm sm:text-[1rem]">No.</th>
<th class="text-slate-200 hidden sm:table-cell sm:font-bold text-[0.95rem]">Symbol</th> <th class="text-slate-200 hidden sm:table-cell sm:font-bold text-sm sm:text-[1rem] ">Symbol</th>
<th class="text-slate-200 sm:font-bold text-[0.95rem]">Company</th> <th class="text-white font-semibold text-sm sm:text-[1rem] ">Company</th>
<th class="text-slate-200 sm:font-bold text-end text-[0.95rem]">Stock Price</th> <th class="text-white font-semibold text-end text-sm sm:text-[1rem] ">Stock Price</th>
<th class="text-slate-200 sm:font-bold text-center text-[0.95rem]">% Change</th> <th class="text-white font-semibold text-center text-sm sm:text-[1rem] ">% Change</th>
<th class="text-slate-200 sm:font-bold text-center text-[0.95rem]">Div. Yield</th> <th class="text-white font-semibold text-center text-sm sm:text-[1rem] ">Div. Yield</th>
<!--<th class="text-slate-200 sm:font-bold text-center text-[0.95rem]">Sector</th>--> <!--<th class="text-white font-semibold text-center text-sm sm:text-[1rem] ">Sector</th>-->
<th class="text-slate-200 sm:font-bold text-[0.95rem] text-end">Years</th> <th class="text-white font-semibold text-sm sm:text-[1rem] text-end">Years</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -86,7 +86,7 @@
</div> </div>
</td> </td>
<td class="text-white font-semibold sm:font-normal text-center text-sm sm:text-[1rem] border-b-[#09090B]"> <td class="text-white font-semibold sm:font-normal text-end text-sm sm:text-[1rem] border-b-[#09090B]">
{item?.price} {item?.price}
</td> </td>
@ -123,6 +123,7 @@
</table> </table>
</div> </div>

View File

@ -52,14 +52,14 @@
<table class="table table-sm sm:table-md table-compact rounded-none sm:rounded-md w-full border-bg-[#09090B] m-auto mt-4 "> <table class="table table-sm sm:table-md table-compact rounded-none sm:rounded-md w-full border-bg-[#09090B] m-auto mt-4 ">
<thead> <thead>
<tr class="border border-slate-800"> <tr class="border border-slate-800">
<th class="text-slate-200 sm:font-bold text-[0.95rem]">No.</th> <th class="text-white font-semibold text-sm sm:text-[1rem]">No.</th>
<th class="text-slate-200 hidden sm:table-cell sm:font-bold text-[0.95rem]">Symbol</th> <th class="text-slate-200 hidden sm:table-cell sm:font-bold text-sm sm:text-[1rem] ">Symbol</th>
<th class="text-slate-200 sm:font-bold text-[0.95rem]">Company</th> <th class="text-white font-semibold text-sm sm:text-[1rem] ">Company</th>
<th class="text-slate-200 sm:font-bold text-end text-[0.95rem]">Stock Price</th> <th class="text-white font-semibold text-end text-sm sm:text-[1rem] ">Stock Price</th>
<th class="text-slate-200 sm:font-bold text-center text-[0.95rem]">% Change</th> <th class="text-white font-semibold text-center text-sm sm:text-[1rem] ">% Change</th>
<th class="text-slate-200 sm:font-bold text-center text-[0.95rem]">Div. Yield</th> <th class="text-white font-semibold text-center text-sm sm:text-[1rem] ">Div. Yield</th>
<!--<th class="text-slate-200 sm:font-bold text-center text-[0.95rem]">Sector</th>--> <!--<th class="text-white font-semibold text-center text-sm sm:text-[1rem] ">Sector</th>-->
<th class="text-slate-200 sm:font-bold text-[0.95rem] text-end">Years</th> <th class="text-white font-semibold text-sm sm:text-[1rem] text-end">Years</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -86,7 +86,7 @@
</div> </div>
</td> </td>
<td class="text-white font-semibold sm:font-normal text-center text-sm sm:text-[1rem] border-b-[#09090B]"> <td class="text-white font-semibold sm:font-normal text-end text-sm sm:text-[1rem] border-b-[#09090B]">
{item?.price} {item?.price}
</td> </td>