mirror of
https://github.com/Instadapp/smart-lookup.git
synced 2024-07-29 22:38:20 +00:00
Update [address].vue
This commit is contained in:
parent
2c428b6b4e
commit
b90e568d71
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user