mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-25 16:16:20 +08:00
perf: staticRoutes is renamed externalRoutes (#4143)
This commit is contained in:
@@ -26,6 +26,7 @@ const logoSource = computed(() => preferences.logo.source);
|
||||
<!-- 头部 Logo 和应用名称 -->
|
||||
<div class="absolute left-0 top-0 z-10 flex flex-1">
|
||||
<div
|
||||
:class="authPanelRight ? 'lg:text-white' : 'lg:text-foreground'"
|
||||
class="text-foreground ml-4 mt-4 flex flex-1 items-center sm:left-6 sm:top-6"
|
||||
>
|
||||
<img :alt="appName" :src="logoSource" class="mr-2" width="42" />
|
||||
@@ -71,9 +72,9 @@ const logoSource = computed(() => preferences.logo.source);
|
||||
.login-background {
|
||||
background: linear-gradient(
|
||||
154deg,
|
||||
hsl(var(--background) / 15%) 30%,
|
||||
#07070915 30%,
|
||||
hsl(var(--primary) / 15%) 48%,
|
||||
hsl(var(--background) / 8%) 64%
|
||||
#07070915 64%
|
||||
);
|
||||
filter: blur(100px);
|
||||
}
|
||||
|
Reference in New Issue
Block a user