chore: update

This commit is contained in:
xiaoxian521
2026-01-15 12:33:39 +08:00
parent ee4ec7d944
commit 9f707170e8
5 changed files with 8 additions and 12 deletions

View File

@@ -189,7 +189,7 @@ const getThemeColor = computed(() => {
});
const pClass = computed(() => {
return ["mb-[12px]!", "font-medium", "text-sm", "dark:text-white"];
return ["mb-3!", "font-medium", "text-sm", "dark:text-white"];
});
const themeOptions = computed<Array<OptionsType>>(() => {