ui fix
This commit is contained in:
parent
85e762b37f
commit
59827f64f8
@ -256,8 +256,8 @@
|
|||||||
changeRate >= 0 && changeRate !== null ? "increased" : "decreased";
|
changeRate >= 0 && changeRate !== null ? "increased" : "decreased";
|
||||||
const growthRateClass =
|
const growthRateClass =
|
||||||
changeRate >= 0 && changeRate !== null
|
changeRate >= 0 && changeRate !== null
|
||||||
? "text-[#00FC50]"
|
? "before:content-['+'] text-green-700 dark:text-[#00FC50]"
|
||||||
: "text-[#FF2F1F]";
|
: "text-red-700 dark:text-[#FF2F1F]";
|
||||||
|
|
||||||
return `
|
return `
|
||||||
<span>
|
<span>
|
||||||
@ -509,7 +509,7 @@
|
|||||||
|
|
||||||
{#if historyList?.length !== 0}
|
{#if historyList?.length !== 0}
|
||||||
<div
|
<div
|
||||||
class="chart mt-5 sm:mt-0 border border-gray-300 dark:border-gray-800 rounded"
|
class="shadow-sm border border-gray-300 dark:border-gray-800 rounded"
|
||||||
use:highcharts={config}
|
use:highcharts={config}
|
||||||
></div>
|
></div>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user