fix: css style (#6176)

This commit is contained in:
afe1 2025-05-16 09:40:40 +08:00 committed by GitHub
parent a23bc4cb5c
commit 2adb8acd80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ const { authPanelCenter, authPanelLeft, authPanelRight, isDark } =
<template>
<div
:class="[isDark]"
:class="[isDark ? 'dark' : '']"
class="flex min-h-full flex-1 select-none overflow-x-hidden"
>
<template v-if="toolbar">