隐藏logo
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
<template>
|
||||
<div class="logo">
|
||||
<router-link :to="{name:'dashboard'}">
|
||||
<h1 v-if="showTitle">{{ title }}</h1>
|
||||
<!-- <router-link :to="{name:'dashboard'}">-->
|
||||
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
||||
<img v-if="layoutMode === 'sidemenu'" src="~@/assets/logo.png" alt="logo">
|
||||
<img v-else src="~@/assets/logo_top.png" alt="logo">
|
||||
<!-- <img v-if="layoutMode === 'sidemenu'" src="~@/assets/logo.png" alt="logo">-->
|
||||
<!-- <img v-else src="~@/assets/logo_top.png" alt="logo">-->
|
||||
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
||||
<h1 v-if="showTitle">{{ title }}</h1>
|
||||
</router-link>
|
||||
|
||||
<!-- </router-link>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -37,17 +38,22 @@
|
||||
.sider {
|
||||
box-shadow: none !important;
|
||||
.logo {
|
||||
color: #ffffff;
|
||||
height: @height !important;
|
||||
line-height: @height !important;
|
||||
box-shadow: none !important;
|
||||
transition: background 300ms;
|
||||
|
||||
h1 {
|
||||
font-size: 24px;
|
||||
color: #ffffff;
|
||||
}
|
||||
a {
|
||||
color: white;
|
||||
&:hover {
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.light .logo {
|
||||
|
||||
Reference in New Issue
Block a user