Commit 1296f398 authored by 王亚晖's avatar 王亚晖

修改home页图标

parent 83b4399a
...@@ -120,17 +120,21 @@ html { ...@@ -120,17 +120,21 @@ html {
.header-info { .header-info {
padding-left: 20px; padding-left: 20px;
display: inline-block;
// position: absolute; // position: absolute;
height: 100%; height: 100%;
width: 420px; width: 420px;
min-width: 420px;
text-align: right; text-align: right;
vertical-align: middle; vertical-align: middle;
display: flex;
justify-content: flex-end;
} }
.header-info > div { .header-info > div {
float: left;
height: 100%; height: 100%;
text-align: right;
} }
.user-header { .user-header {
...@@ -288,9 +292,12 @@ html { ...@@ -288,9 +292,12 @@ html {
.h-link a { .h-link a {
font-size: 14px; font-size: 14px;
text-decoration: none; text-decoration: none;
padding: 0px 15px; padding-left: 15px;
/* height: 60px; */ padding-right: 30px;
display: inline-block; display: flex;
align-items: center;
justify-content: center;
height: 70px;
} }
img[src=''], img[src=''],
......
...@@ -95,31 +95,34 @@ ...@@ -95,31 +95,34 @@
</div> </div>
<div class="header-info"> <div class="header-info">
<div class="h-link"> <div class="h-link">
<a href="javascript:void(0)" @click="openMap"><i>可视化界面</i></a> <a href="javascript:void(0)" @click="openMap" title="可视化界面">
<el-icon style="fontSize:30px;">
<MapLocation color="rgb(255,255,255)"/>
</el-icon>
</a>
</div> </div>
<div class="h-link"> <div class="h-link" >
<a href="javascript:void(0)"> <a href="javascript:void(0)" :title="realName">
<el-icon> <el-icon style="fontSize:25px;">
<UserFilled color="rgb(161,187,214)" /> <UserFilled color="rgb(161,187,214)"/>
</el-icon> </el-icon>
{{ realName }}
</a> </a>
</div> </div>
<div class="h-link" style="padding-left: 15px; "> <div class="h-link" >
<a href="javascript:void(0)"> <a href="javascript:void(0)" title="系统设置">
<el-icon> <el-icon style="fontSize:25px;">
<!-- <el-image src="/imgs/home/Sys.png" :fit="'fill'" /> -->
<Setting color="rgb(255,255,255)" /> <Setting color="rgb(255,255,255)" />
</el-icon> </el-icon>
系统设置
</a> </a>
</div> </div>
<div class="h-link" style="padding-left: 1px;"> <div class="h-link">
<a href="javascript:void(0)" @click="logout"> <a href="javascript:void(0)" @click="logout" title="退出系统">
<el-icon> <el-icon style="fontSize:25px;">
<el-image src="/imgs/home/exit.png" :fit="'fill'" /> <!-- <el-image src="/imgs/home/exit.png" :fit="'fill'" /> -->
<SwitchButton color="rgb(255,255,255)" />
</el-icon> </el-icon>
退出系统
</a> </a>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment