chore: 💄 更新logo样式,登录二维码

This commit is contained in:
H0nGzA1
2023-03-20 21:23:51 +08:00
parent 0c3fa62a27
commit 7199e30131
7 changed files with 3047 additions and 272 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="layout-logo" v-if="setShowLogo" @click="onThemeConfigChange">
<img :src="logoMini" class="layout-logo-medium-img" />
<span>{{ themeConfig.globalTitle }}</span>
<span style="font-size: x-large">{{ themeConfig.globalTitle }}</span>
</div>
<div class="layout-logo-size" v-else @click="onThemeConfigChange">
<img :src="logoMini" class="layout-logo-size-img" />
@@ -52,7 +52,7 @@ const onThemeConfigChange = () => {
}
}
&-medium-img {
width: 20px;
width: 40px;
margin-right: 5px;
}
}
@@ -63,7 +63,7 @@ const onThemeConfigChange = () => {
cursor: pointer;
animation: logoAnimation 0.3s ease-in-out;
&-img {
width: 20px;
width: 40px;
margin: auto;
}
&:hover {