feat:根据ui调整log显示样式

This commit is contained in:
zhangyu
2020-10-30 09:51:54 +08:00
parent e290b5761f
commit 3c78ba1ded

View File

@@ -1,7 +1,7 @@
<template>
<div class="header">
<div class="logo link" @click="jumpTo('/overview')">
<img height="28" src="../../assets/img/logo1-2.png"/>
<img height="30" src="../../assets/img/logo1-2.png"/>
<span class="header-system-name">{{systemName&&systemName != 'undefined'&&systemName != null?systemName: $t('dashboard.overview.contentTitle')}}</span>
</div>
<el-menu
@@ -833,13 +833,18 @@
white-space: nowrap;
}
.header-system-name{
font-size: 20px;
/*font-size: 20px;*/
font-weight: 400;
color: #fff;
/*color: #fff;*/
vertical-align: bottom;
margin-bottom: 5px;
margin-bottom: 13px;
display: inline-block;
letter-spacing: 2px;
/*letter-spacing: 2px;*/
font-family: Verdana;
font-size: 18px;
color: #F0F0F0;
letter-spacing: -0.54px;
line-height: 14px;
}
</style>
<style>