ui fixes
This commit is contained in:
parent
fe26adba4e
commit
7f8a198f6a
@ -85,7 +85,7 @@
|
||||
|
||||
<li
|
||||
class="ml-[20px] sm:ml-[30px]"
|
||||
style="color: #fff; line-height: 22px; margin-top:20px; margin-bottom: 15px; list-style-type: disc;"
|
||||
style="color: #fff; line-height: 22px; margin-top:10px; margin-bottom: 10px; list-style-type: disc;"
|
||||
>
|
||||
Revenue of <span class="font-semibold"
|
||||
>{abbreviateNumber(rawData?.revenue, true)}</span
|
||||
@ -103,7 +103,7 @@
|
||||
</li>
|
||||
<li
|
||||
class="ml-[20px] sm:ml-[30px]"
|
||||
style="color: #fff; line-height: 22px; margin-top: 0px; margin-bottom: 15px; list-style-type: disc;"
|
||||
style="color: #fff; line-height: 22px; margin-top: 0px; margin-bottom: 0px; list-style-type: disc;"
|
||||
>
|
||||
EPS of <span class="font-semibold">{rawData?.eps}</span>
|
||||
{rawData?.epsSurprise > 0 ? "exceeds" : "misses"} estimates by {rawData?.epsSurprise?.toFixed(
|
||||
|
||||
@ -801,7 +801,7 @@
|
||||
2,
|
||||
)}%
|
||||
</div>
|
||||
<div class="mt-1 text-xs sm:text-sm sm:flex">
|
||||
<div class="mt-1 text-xs sm:flex">
|
||||
<span class="flex items-center">
|
||||
{#if prePostData?.time?.includes("AM")}
|
||||
<svg
|
||||
@ -836,7 +836,7 @@
|
||||
class="ml-0.5 whitespace-nowrap font-semibold md:ml-1 mb-0.5 sm:mb-0"
|
||||
>{prePostData?.time?.includes("AM")
|
||||
? "Pre-market"
|
||||
: "After-hours"}</span
|
||||
: "After-hours"}:</span
|
||||
></span
|
||||
>
|
||||
<span class="sm:ml-1 whitespace-nowrap"
|
||||
|
||||
@ -803,7 +803,7 @@
|
||||
2,
|
||||
)}%
|
||||
</div>
|
||||
<div class="mt-1 text-xs sm:text-sm sm:flex">
|
||||
<div class="mt-1 text-xs sm:flex">
|
||||
<span class="flex items-center">
|
||||
{#if prePostData?.time?.includes("AM")}
|
||||
<svg
|
||||
@ -838,7 +838,7 @@
|
||||
class="ml-0.5 whitespace-nowrap font-semibold md:ml-1 mb-0.5 sm:mb-0"
|
||||
>{prePostData?.time?.includes("AM")
|
||||
? "Pre-market"
|
||||
: "After-hours"}</span
|
||||
: "After-hours"}:</span
|
||||
></span
|
||||
>
|
||||
<span class="sm:ml-1 whitespace-nowrap"
|
||||
|
||||
@ -842,7 +842,7 @@
|
||||
2,
|
||||
)}%
|
||||
</div>
|
||||
<div class="mt-1 text-xs sm:text-sm sm:flex">
|
||||
<div class="mt-1 text-xs sm:flex">
|
||||
<span class="flex items-center">
|
||||
{#if prePostData?.time?.includes("AM")}
|
||||
<svg
|
||||
@ -877,7 +877,7 @@
|
||||
class="ml-0.5 whitespace-nowrap font-semibold md:ml-1 mb-0.5 sm:mb-0"
|
||||
>{prePostData?.time?.includes("AM")
|
||||
? "Pre-market"
|
||||
: "After-hours"}</span
|
||||
: "After-hours"}:</span
|
||||
></span
|
||||
>
|
||||
<span class="sm:ml-1 whitespace-nowrap"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user