|
@@ -1,6 +1,4 @@
|
|
|
<template>
|
|
|
-
|
|
|
-
|
|
|
<!-- <div class="vab-logo">
|
|
|
<router-link to="/" class="logo-url">
|
|
|
<img v-if="collapse" src="../../assets/logo.png" width="30" />
|
|
@@ -11,13 +9,23 @@
|
|
|
</div> -->
|
|
|
|
|
|
<div class="vab-logo">
|
|
|
- <router-link to="/" class="logo-url" style="margin-right:20px;" v-if="store.state.homeLogo" event>
|
|
|
- <img :src="`${store.state.homeLogo}`" style="position: relative; top: -6px;height:31px"/>
|
|
|
+ <router-link
|
|
|
+ to="/"
|
|
|
+ class="logo-url"
|
|
|
+ style="margin-right: 20px"
|
|
|
+ v-if="store.state.homeLogo"
|
|
|
+ >
|
|
|
+ <img
|
|
|
+ :src="`${store.state.homeLogo}`"
|
|
|
+ style="position: relative; top: -6px; height: 31px"
|
|
|
+ />
|
|
|
</router-link>
|
|
|
- <!-- <span class="anticon"></span> -->
|
|
|
+ <!-- <span class="anticon"></span> -->
|
|
|
<!-- src="@/assets/logo2.png" -->
|
|
|
|
|
|
- <span style="font-size: 26px; color: #fff">{{store.state.homeTitle}}</span>
|
|
|
+ <span style="font-size: 26px; color: #fff">
|
|
|
+ {{ store.state.homeTitle }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -48,8 +56,8 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
.vab-logo {
|
|
|
text-align: left;
|
|
|
- margin-left:20px;
|
|
|
- height:@vab-header-height;
|
|
|
+ margin-left: 20px;
|
|
|
+ height: @vab-header-height;
|
|
|
// margin: 10px 5px;
|
|
|
}
|
|
|
</style>
|