feat:根据ui调整log显示样式
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="logo link" @click="jumpTo('/overview')">
|
<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>
|
<span class="header-system-name">{{systemName&&systemName != 'undefined'&&systemName != null?systemName: $t('dashboard.overview.contentTitle')}}</span>
|
||||||
</div>
|
</div>
|
||||||
<el-menu
|
<el-menu
|
||||||
@@ -833,13 +833,18 @@
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.header-system-name{
|
.header-system-name{
|
||||||
font-size: 20px;
|
/*font-size: 20px;*/
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #fff;
|
/*color: #fff;*/
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 13px;
|
||||||
display: inline-block;
|
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>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user