adata-ui 4.0.8 → 4.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.json
CHANGED
|
@@ -50,7 +50,7 @@ const info = ref([]);
|
|
|
50
50
|
id="footer"
|
|
51
51
|
class="bg-deepblue-900 dark:bg-gray-900 lg:pt-10"
|
|
52
52
|
>
|
|
53
|
-
<div class="container
|
|
53
|
+
<div class="a-container py-5 text-white">
|
|
54
54
|
<i-adata
|
|
55
55
|
filled
|
|
56
56
|
:font-controlled="false"
|
|
@@ -86,7 +86,7 @@ const info = ref([]);
|
|
|
86
86
|
</div>
|
|
87
87
|
</div>
|
|
88
88
|
<div class="relative">
|
|
89
|
-
<div class="container
|
|
89
|
+
<div class="a-container py-5">
|
|
90
90
|
<div
|
|
91
91
|
class="flex flex-col gap-10 text-xs text-white before:absolute before:left-0 before:top-0 before:h-[0.5px] before:w-full before:bg-white lg:flex-row lg:items-center lg:gap-5"
|
|
92
92
|
>
|
|
@@ -95,7 +95,7 @@ const closeMessage = () => {
|
|
|
95
95
|
v-if="!isOpenNotification || !systemMessage"
|
|
96
96
|
class="hidden min-h-10 bg-gray-50 dark:bg-gray-950 lg:block"
|
|
97
97
|
>
|
|
98
|
-
<div class="container
|
|
98
|
+
<div class="a-container flex justify-between py-2 text-sm">
|
|
99
99
|
<div class="flex items-center">
|
|
100
100
|
<div
|
|
101
101
|
v-for="currency in currencies"
|