update 系统左上角logo修改
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
@@ -7,9 +7,9 @@
|
|||||||
<!-- <img v-else src="~@/assets/logo.png" alt="logo">-->
|
<!-- <img v-else src="~@/assets/logo.png" alt="logo">-->
|
||||||
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
|
||||||
|
|
||||||
<img v-if="showTitle" src='../../assets/image/analysisLogo.png' alt="logo"/>
|
<img v-if="showTitle" src='../../assets/image/logoExpand.png' alt="logo" />
|
||||||
<!--<img src="~@/assets/image/analysisLogo.png" alt="logo">-->
|
<!--<img src="~@/assets/image/analysisLogo.png" alt="logo">-->
|
||||||
<h1 v-else>{{ title }}</h1>
|
<img v-else src="../../assets/image/logoFold.png" />
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -45,15 +45,18 @@ export default {
|
|||||||
|
|
||||||
.sider {
|
.sider {
|
||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
|
|
||||||
.h1-logo {
|
.h1-logo {
|
||||||
padding-left: 10px;
|
padding: 0 12px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
height: @height !important;
|
height: @height !important;
|
||||||
line-height: @height !important;
|
line-height: @height !important;
|
||||||
box-shadow: 1px 0px 0 0 #e8e8e8 !important;
|
box-shadow: 1px 0px 0 0 #e8e8e8 !important;
|
||||||
transition: background 300ms;
|
transition: background 300ms;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
padding: 0 24px 0 0;
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: @primary-color !important;
|
color: @primary-color !important;
|
||||||
@@ -61,8 +64,15 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
width: 100%;
|
||||||
|
display: inline-block;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: rgba(255, 255, 255, 0.8);
|
color: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user