Feature(custom): migrate all pages to tailwind

This commit is contained in:
Kuingsmile
2026-01-25 16:04:32 +08:00
parent d0853cca1f
commit 88a5a8087a
15 changed files with 462 additions and 1942 deletions
+3 -3
View File
@@ -135,7 +135,7 @@
small
no-border
:title="t('pages.settings.system.isHideDock')"
@change="handleHideDockChange(formOfSetting.isHideDock)"
@change="handleHideDockChange"
/>
</SettingCard>
@@ -163,7 +163,7 @@
small
no-border
:title="t('pages.settings.system.miniWindowOnTop')"
@click="handleMiniWindowOntop(formOfSetting.miniWindowOntop)"
@change="handleMiniWindowOntop"
/>
</SettingCard>
@@ -197,7 +197,7 @@
no-border
:title="t('pages.settings.system.autoLaunch')"
:description="t('pages.settings.system.autoLaunchDesc')"
@change="handleAutoStartChange(formOfSetting.autoStart)"
@change="handleAutoStartChange"
/>
</SettingCard>
<CustomNavCard