fix: css style (#6176)
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user