Issue #102: done.

This commit is contained in:
chiayin
2023-09-13 11:47:09 +08:00
parent 7e48007e4e
commit 4b0cf87414
2 changed files with 16 additions and 7 deletions

View File

@@ -64,11 +64,11 @@
<span>days.</span>
</p>
<p class="pl-2 space-x-2 max-w-full" v-else>
<span class="text-cfm-primary text-2xl font-medium">{{ data.effect.time.conforming }}</span>
<span class="text-cfm-primary text-2xl font-medium inline-block">{{ data.effect.time.conforming }}</span>
<span>vs</span>
<span class="text-cfm-secondary text-2xl font-medium">{{ data.effect.time.not_conforming }}</span>
<span class="text-cfm-secondary text-2xl font-medium inline-block">{{ data.effect.time.not_conforming }}</span>
<span>days,</span>
<span class="text-2xl font-medium">{{ data.effect.time.difference }}</span>
<span class="text-2xl font-medium inline-block">{{ data.effect.time.difference }}</span>
<span>days of difference.</span>
</p>
</div>
@@ -85,11 +85,11 @@
<span class="text-cfm-secondary text-2xl font-medium">{{ data.effect.tasks.not_conforming }}</span> .
</p>
<p class="pl-2 space-x-2 max-w-full" v-else>
<span class="text-cfm-primary text-2xl font-medium">{{ data.effect.tasks.conforming }}</span>
<span class="text-cfm-primary text-2xl font-medium inline-block">{{ data.effect.tasks.conforming }}</span>
<span>vs</span>
<span class="text-cfm-secondary text-2xl font-medium">{{ data.effect.tasks.not_conforming }}</span>
<span class="text-cfm-secondary text-2xl font-medium inline-block">{{ data.effect.tasks.not_conforming }}</span>
<span>activities,</span>
<span class="text-2xl font-medium">{{ data.effect.tasks.difference }}</span>
<span class="text-2xl font-medium inline-block">{{ data.effect.tasks.difference }}</span>
<span>activities of difference.</span>
</p>
</div>