adata-ui 2.0.55 → 2.0.56
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/app.config.ts
CHANGED
|
@@ -110,14 +110,14 @@ const props = defineProps<{
|
|
|
110
110
|
</svg>
|
|
111
111
|
|
|
112
112
|
<div class="absolute left-6 top-6 flex flex-col gap-4 pr-6">
|
|
113
|
-
<div class="flex items-center gap-2">
|
|
114
|
-
<div class="rounded-[4px] icon-item bg-deepblue-900/5 dark:bg-gray-200/5 p-1
|
|
113
|
+
<div class="flex items-center gap-2 title">
|
|
114
|
+
<div class="rounded-[4px] icon-item bg-deepblue-900/5 dark:bg-gray-200/5 p-1">
|
|
115
115
|
<component
|
|
116
116
|
:is="icon"
|
|
117
117
|
class="size-6 shrink-0"
|
|
118
118
|
/>
|
|
119
119
|
</div>
|
|
120
|
-
<p class="text-base
|
|
120
|
+
<p class="text-base font-semibold">
|
|
121
121
|
{{ title }}
|
|
122
122
|
</p>
|
|
123
123
|
</div>
|