Update [address].vue

This commit is contained in:
Georges KABBOUCHI 2022-06-09 19:34:33 +03:00
parent 2c428b6b4e
commit b90e568d71

View File

@ -301,11 +301,11 @@ onMounted(async () => {
<span <span
:class="[ :class="[
'bg-gray-400', 'bg-gray-400',
'h-8 w-8 rounded-full flex items-center justify-center ring-8 ring-white', 'h-7 w-7 rounded-full flex items-center justify-center ring-8 ring-white',
]" ]"
> >
<RefreshIcon <RefreshIcon
class="h-5 w-5 text-white animate-spin" class="h-4 w-4 text-white animate-spin"
aria-hidden="true" aria-hidden="true"
/> />
</span> </span>
@ -314,17 +314,17 @@ onMounted(async () => {
<span <span
:class="[ :class="[
statusIconBackground[task.status], statusIconBackground[task.status],
'h-8 w-8 rounded-full flex items-center justify-center ring-8 ring-white', 'h-7 w-7 rounded-full flex items-center justify-center ring-8 ring-white',
]" ]"
> >
<component <component
:is="statusIcon[task.status]" :is="statusIcon[task.status]"
class="h-5 w-5 text-white" class="h-4 w-4 text-white"
aria-hidden="true" aria-hidden="true"
/> />
</span> </span>
</div> </div>
<div class="min-w-0 flex-1 pt-1.5"> <div class="min-w-0 flex-1 pt-1">
<div> <div>
<p class="text-sm text-gray-500"> <p class="text-sm text-gray-500">
{{ task.description }} {{ task.description }}