瀏覽代碼

fix: css style (#6176)

afe1 4 月之前
父節點
當前提交
2adb8acd80
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/effects/layouts/src/authentication/authentication.vue

+ 1 - 1
packages/effects/layouts/src/authentication/authentication.vue

@@ -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">