|
@@ -1,13 +1,19 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <div class="sidebar-logo-container" :class="{'collapse':collapse}" :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }">
|
|
|
|
|
|
|
+ <div class="sidebar-logo-container" :class="{'collapse':collapse}"
|
|
|
|
|
+ :style="{ backgroundColor: sideTheme === 'theme-dark' ? variables.menuBackground : variables.menuLightBackground }"
|
|
|
|
|
+ >
|
|
|
<transition name="sidebarLogoFade">
|
|
<transition name="sidebarLogoFade">
|
|
|
<router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/">
|
|
<router-link v-if="collapse" key="collapse" class="sidebar-logo-link" to="/">
|
|
|
- <img v-if="logo" :src="logo" class="sidebar-logo" />
|
|
|
|
|
- <h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
|
|
|
|
|
|
|
+ <img v-if="logo" :src="logo" class="sidebar-logo"/>
|
|
|
|
|
+ <h1 v-else class="sidebar-title"
|
|
|
|
|
+ :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }"
|
|
|
|
|
+ >{{ title }} </h1>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
<router-link v-else key="expand" class="sidebar-logo-link" to="/">
|
|
<router-link v-else key="expand" class="sidebar-logo-link" to="/">
|
|
|
- <img v-if="logo" :src="logo" class="sidebar-logo" />
|
|
|
|
|
- <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
|
|
|
|
|
|
|
+ <img v-if="logo" :src="logo" class="sidebar-logo"/>
|
|
|
|
|
+ <h1 class="sidebar-title"
|
|
|
|
|
+ :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }"
|
|
|
|
|
+ >{{ title }} </h1>
|
|
|
</router-link>
|
|
</router-link>
|
|
|
</transition>
|
|
</transition>
|
|
|
</div>
|
|
</div>
|
|
@@ -27,7 +33,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
computed: {
|
|
computed: {
|
|
|
variables() {
|
|
variables() {
|
|
|
- return variables;
|
|
|
|
|
|
|
+ return variables
|
|
|
},
|
|
},
|
|
|
sideTheme() {
|
|
sideTheme() {
|
|
|
return this.$store.state.settings.sideTheme
|
|
return this.$store.state.settings.sideTheme
|
|
@@ -35,7 +41,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
- title: 'Nexo-Cloud-Plus',
|
|
|
|
|
|
|
+ title: '易盟数字后台管理系统',
|
|
|
logo: logoImg
|
|
logo: logoImg
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -78,8 +84,8 @@ export default {
|
|
|
color: #fff;
|
|
color: #fff;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
line-height: 50px;
|
|
line-height: 50px;
|
|
|
- font-size: 14px;
|
|
|
|
|
- font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
|
|
|
|
|
|
|
+ font-size: 16px;
|
|
|
|
|
+ font-family: CAIHONGJIMU, PangMenZhengDaoBiaoTiTiMianFeiBan, Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
|
|
|
vertical-align: middle;
|
|
vertical-align: middle;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|