update page
This commit is contained in:
parent
8eba2a0f67
commit
982b38af34
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user