Skip to content
Snippets Groups Projects
Commit 0694176c authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Fonce le texte des sommes intermédiaires et aligne la partie calcul addition...

Fonce le texte des sommes intermédiaires et aligne la partie calcul addition avec la partie des dispositifs
parent cf305a63
Branches
Tags
No related merge requests found
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
{#if decomposition.open || index === 0} {#if decomposition.open || index === 0}
{#if decomposition.trunk} {#if decomposition.trunk}
<div <div
class="hover:bg-white border-gray-400 overflow-ellipsis overflow-x-hidden hover:overflow-x-visible text-gray-400 hover:z-20" class="hover:bg-white border-gray-400 overflow-ellipsis overflow-x-hidden hover:overflow-x-visible text-gray-500 hover:z-20"
class:border-t={index !== 0} class:border-t={index !== 0}
> >
{#if advanced} {#if advanced}
...@@ -458,11 +458,11 @@ ...@@ -458,11 +458,11 @@
: 'border-transparent'} border-t h-7 my-1 px-1 text-sm" : 'border-transparent'} border-t h-7 my-1 px-1 text-sm"
> >
{#if decomposition.open}{#if decomposition.trunk}<span {#if decomposition.open}{#if decomposition.trunk}<span
class="text-gray-400">=</span class="text-gray-500 align-middle">=</span
>{/if}{:else if index > 0}{#if evaluation.deltaAtVectorIndex < 0}<span >{/if}{:else if index > 0}{#if evaluation.deltaAtVectorIndex < 0}<span
class="text-red-600 font-bold">-</span class="text-red-600 font-bold align-middle">-</span
>{:else if evaluation.deltaAtVectorIndex > 0}<span >{:else if evaluation.deltaAtVectorIndex > 0}<span
class="text-green-600 font-bold ">+</span class="text-green-600 font-bold align-middle">+</span
>{/if}{/if} >{/if}{/if}
</div> </div>
{/each} {/each}
...@@ -478,7 +478,7 @@ ...@@ -478,7 +478,7 @@
> >
{#if decomposition.open || index === 0} {#if decomposition.open || index === 0}
{#if decomposition.trunk} {#if decomposition.trunk}
<span class="text-gray-400 text-sm" <span class="text-gray-500 text-sm align-middle"
>{firstDeltaFormatter.format( >{firstDeltaFormatter.format(
evaluation.deltaAtVectorIndex, evaluation.deltaAtVectorIndex,
)}</span )}</span
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment