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
849e3bbcd4
commit
702861e48f
|
|
@ -338,7 +338,7 @@ onMounted(async () => {
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="ml-4 text-sm whitespace-nowrap text-gray-500 space-y-2"
|
class="ml-2 sm:ml-4 text-sm whitespace-nowrap text-gray-500 space-y-2"
|
||||||
>
|
>
|
||||||
<template
|
<template
|
||||||
v-for="(result, network) in task.networkResults"
|
v-for="(result, network) in task.networkResults"
|
||||||
|
|
@ -356,7 +356,7 @@ onMounted(async () => {
|
||||||
>:
|
>:
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="ml-10"
|
class="ml-5 sm:ml-10"
|
||||||
v-if="Array.isArray(value)"
|
v-if="Array.isArray(value)"
|
||||||
>
|
>
|
||||||
<ul class="list-decimal">
|
<ul class="list-decimal">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user