fix: css style (#6176)
This commit is contained in:
parent
a23bc4cb5c
commit
2adb8acd80
@ -38,7 +38,7 @@ const { authPanelCenter, authPanelLeft, authPanelRight, isDark } =
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
:class="[isDark]"
|
:class="[isDark ? 'dark' : '']"
|
||||||
class="flex min-h-full flex-1 select-none overflow-x-hidden"
|
class="flex min-h-full flex-1 select-none overflow-x-hidden"
|
||||||
>
|
>
|
||||||
<template v-if="toolbar">
|
<template v-if="toolbar">
|
||||||
|
Loading…
Reference in New Issue
Block a user