style:调整左上角logo大小 以及文字大小

This commit is contained in:
zhangyu
2020-10-30 15:53:06 +08:00
parent 754f5e17d8
commit c2986b9034

View File

@@ -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="30" src="../../assets/img/logo1-2.png"/> <img height="34" 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
@@ -535,7 +535,7 @@
<style lang="scss"> <style lang="scss">
.logo { .logo {
position: absolute; position: absolute;
top: 9px; top: 8px;
left: 18px; left: 18px;
} }
.header { .header {
@@ -833,18 +833,13 @@
white-space: nowrap; white-space: nowrap;
} }
.header-system-name{ .header-system-name{
/*font-size: 20px;*/
font-weight: 400; font-weight: 400;
/*color: #fff;*/ vertical-align: text-top;
vertical-align: bottom;
margin-bottom: 13px;
display: inline-block; display: inline-block;
/*letter-spacing: 2px;*/
font-family: Verdana; font-family: Verdana;
font-size: 18px; font-size: 12px;
color: #F0F0F0; color: #F0F0F0;
letter-spacing: -0.54px; letter-spacing: -0.54px;
line-height: 14px;
} }
</style> </style>
<style> <style>