ui fixes
This commit is contained in:
parent
fd89d4f45a
commit
bc2f6be6e5
@ -423,7 +423,7 @@ $: {
|
|||||||
</th>
|
</th>
|
||||||
{#each tableDataForecast as item}
|
{#each tableDataForecast as item}
|
||||||
<td class="text-white text-sm sm:text-[1rem] text-end font-medium bg-[#27272A]">
|
<td class="text-white text-sm sm:text-[1rem] text-end font-medium bg-[#27272A]">
|
||||||
{item?.numOfAnalysts === null ? '-' : item?.numOfAnalysts}
|
{item?.numOfAnalysts === (null || 0) ? '-' : item?.numOfAnalysts}
|
||||||
</td>
|
</td>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
||||||
|
|||||||
@ -101,7 +101,7 @@ $: {
|
|||||||
|
|
||||||
|
|
||||||
<div class="w-full mt-5 mb-5 flex justify-start items-center">
|
<div class="w-full mt-5 mb-5 flex justify-start items-center">
|
||||||
<div class="w-full grid grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-y-3 gap-x-3 ">
|
<div class="w-full grid grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 gap-y-3 gap-x-3 ">
|
||||||
<!--Start Flow Sentiment-->
|
<!--Start Flow Sentiment-->
|
||||||
<div class="flex flex-row items-center flex-wrap w-full px-3 sm:px-5 bg-[#27272A] shadow-lg rounded-lg h-20">
|
<div class="flex flex-row items-center flex-wrap w-full px-3 sm:px-5 bg-[#27272A] shadow-lg rounded-lg h-20">
|
||||||
<div class="flex flex-col items-start">
|
<div class="flex flex-col items-start">
|
||||||
|
|||||||
@ -224,7 +224,7 @@ $: {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="w-full mt-5 mb-5 flex justify-start items-center">
|
<div class="w-full mt-5 mb-5 flex justify-start items-center">
|
||||||
<div class="w-full grid grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-y-3 gap-x-3 ">
|
<div class="w-full grid grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 gap-y-3 gap-x-3 ">
|
||||||
<!--Start Flow Sentiment-->
|
<!--Start Flow Sentiment-->
|
||||||
<div class="flex flex-row items-center flex-wrap w-full px-3 sm:px-5 bg-[#27272A] shadow-lg rounded-lg h-20">
|
<div class="flex flex-row items-center flex-wrap w-full px-3 sm:px-5 bg-[#27272A] shadow-lg rounded-lg h-20">
|
||||||
<div class="flex flex-col items-start">
|
<div class="flex flex-col items-start">
|
||||||
|
|||||||
@ -114,7 +114,7 @@ $: {
|
|||||||
|
|
||||||
|
|
||||||
<div class="w-full mt-5 mb-5 flex justify-start items-center">
|
<div class="w-full mt-5 mb-5 flex justify-start items-center">
|
||||||
<div class="w-full grid grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-y-3 gap-x-3 ">
|
<div class="w-full grid grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 gap-y-3 gap-x-3 ">
|
||||||
<!--Start Flow Sentiment-->
|
<!--Start Flow Sentiment-->
|
||||||
<div class="flex flex-row items-center flex-wrap w-full px-3 sm:px-5 bg-[#27272A] shadow-lg rounded-lg h-20">
|
<div class="flex flex-row items-center flex-wrap w-full px-3 sm:px-5 bg-[#27272A] shadow-lg rounded-lg h-20">
|
||||||
<div class="flex flex-col items-start">
|
<div class="flex flex-col items-start">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user