fix: eslint and class typo

This commit is contained in:
lxl66566
2025-01-04 10:46:54 +08:00
parent 81da394714
commit 31743ad473
7 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<template>
<Html class="scroll-smooth min-h-screen">
<Body class="font-text antialiased overflow-x-hidden bg-dark-800 text-white">
<Html class="min-h-screen scroll-smooth">
<Body class="overflow-x-hidden bg-dark-800 text-white font-text antialiased">
<NuxtLayout>
<NuxtPage />
</NuxtLayout>