Skip to content

Commit 36a3e33

Browse files
committed
perf: change empty style
1 parent ed13f82 commit 36a3e33

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<div align="center">
3838

3939
![Main Interface](public/screenshot.png)
40+
![Windows](public/screenshot-windows.png)
4041

4142
*Main interface showing asset management*
4243

public/screenshot-windows.png

69 KB
Loading

ui/components/BasePage/basePage.vue

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,15 @@ onBeforeUnmount(() => {
192192

193193
<div
194194
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"
195+
class="w-full h-full flex flex-col items-center justify-center gap-1 text-gray-500"
196196
>
197197
<UEmpty
198198
icon="mingcute:inbox-line"
199+
size="xl"
199200
variant="naked"
201+
:ui="{
202+
avatar: 'bg-transparent size-10'
203+
}"
200204
:title="t('Common.NoData')"
201205
:description="t('Common.EmptyDescription')"
202206
/>

0 commit comments

Comments
 (0)