There was an error while loading. Please reload this page.
1 parent ed13f82 commit 36a3e33Copy full SHA for 36a3e33
3 files changed
README.md
@@ -37,6 +37,7 @@
37
<div align="center">
38
39

40
+
41
42
*Main interface showing asset management*
43
public/screenshot-windows.png
69 KB
ui/components/BasePage/basePage.vue
@@ -192,11 +192,15 @@ onBeforeUnmount(() => {
192
193
<div
194
v-else-if="visibleAssets && visibleAssets.length === 0"
195
- class="w-full h-full flex flex-col items-center justify-center gap-2 text-gray-500"
+ class="w-full h-full flex flex-col items-center justify-center gap-1 text-gray-500"
196
>
197
<UEmpty
198
icon="mingcute:inbox-line"
199
+ size="xl"
200
variant="naked"
201
+ :ui="{
202
+ avatar: 'bg-transparent size-10'
203
+ }"
204
:title="t('Common.NoData')"
205
:description="t('Common.EmptyDescription')"
206
/>
0 commit comments