adata-ui 3.1.66 → 3.1.67
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
|
@@ -89,7 +89,7 @@ function isActive(itemPath) {
|
|
|
89
89
|
<nuxt-link
|
|
90
90
|
v-if="item.to"
|
|
91
91
|
:to="item.to"
|
|
92
|
-
class="inline-block normal-case w-full cursor-pointer align-middle text-sm font-semibold text-
|
|
92
|
+
class="inline-block normal-case w-full cursor-pointer align-middle text-sm font-semibold text-inherit hover:text-inherit"
|
|
93
93
|
exact-active-class="text-blue-700 dark:text-blue-500"
|
|
94
94
|
itemprop="name"
|
|
95
95
|
>
|
|
@@ -363,7 +363,7 @@ function isCurrentModule(currentModule) {
|
|
|
363
363
|
>
|
|
364
364
|
<div class="flex justify-between gap-5">
|
|
365
365
|
<div class="flex gap-[10px] divide-x divide-gray-500/50">
|
|
366
|
-
<div class="flex flex-col gap-5 w-[290px]">
|
|
366
|
+
<div class="flex flex-col gap-5 w-[290px] pr-[10px]">
|
|
367
367
|
<nav-list
|
|
368
368
|
v-for="module in filteredItems.slice(0, 3)"
|
|
369
369
|
:id="module.key"
|
|
@@ -377,7 +377,7 @@ function isCurrentModule(currentModule) {
|
|
|
377
377
|
:badge="module.is_new"
|
|
378
378
|
/>
|
|
379
379
|
</div>
|
|
380
|
-
<div class="flex flex-col gap-5 w-[290px]
|
|
380
|
+
<div class="flex flex-col gap-5 w-[290px] pr-[10px]">
|
|
381
381
|
<nav-list
|
|
382
382
|
v-for="module in filteredItems.slice(3, 5)"
|
|
383
383
|
:id="module.key"
|
|
@@ -391,7 +391,7 @@ function isCurrentModule(currentModule) {
|
|
|
391
391
|
:badge="module.is_new"
|
|
392
392
|
/>
|
|
393
393
|
</div>
|
|
394
|
-
<div class="flex flex-col gap-5 w-[330px]
|
|
394
|
+
<div class="flex flex-col gap-5 w-[330px] pr-[10px]">
|
|
395
395
|
<nav-list
|
|
396
396
|
v-for="module in filteredItems.slice(5, 8)"
|
|
397
397
|
:id="module.key"
|