🎨chore: 使用 oxlint, oxfmt&格式化代码
This commit is contained in:
@@ -25,15 +25,19 @@ const props = defineProps({
|
||||
<h1
|
||||
v-if="subtitle"
|
||||
class="text-base text-neutral-300 dark:text-neutral-600 italic tracking-wide font-black leading-none"
|
||||
>{{ subtitle }}</h1>
|
||||
>
|
||||
{{ subtitle }}
|
||||
</h1>
|
||||
|
||||
<h1 class="text-xl font-bold text-neutral-700 dark:text-neutral-300 leading-none relative z-[1]">
|
||||
<h1
|
||||
class="text-xl font-bold text-neutral-700 dark:text-neutral-300 leading-none relative z-[1]"
|
||||
>
|
||||
{{ title }}
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
<div class="flex gap-2.5">
|
||||
<slot name="action"/>
|
||||
<slot name="action" />
|
||||
</div>
|
||||
|
||||
<div
|
||||
@@ -44,6 +48,4 @@ const props = defineProps({
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
<style scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user