Browse Source

chore: typos (#4227)

pull/4231/head
afe1 2 years ago
committed by GitHub
parent
commit
137e2073cb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      packages/effects/layouts/src/authentication/authentication.vue

2
packages/effects/layouts/src/authentication/authentication.vue

@ -57,7 +57,7 @@ const logoSource = computed(() => preferences.logo.source);
</div> </div>
</div> </div>
<!-- 中间内容 --> <!-- 系统介绍 -->
<div v-if="!authPanelCenter" class="relative hidden w-0 flex-1 lg:block"> <div v-if="!authPanelCenter" class="relative hidden w-0 flex-1 lg:block">
<div class="absolute inset-0 h-full w-full bg-[#070709]"> <div class="absolute inset-0 h-full w-full bg-[#070709]">
<div class="login-background absolute left-0 top-0 size-full"></div> <div class="login-background absolute left-0 top-0 size-full"></div>

Loading…
Cancel
Save