Commit d52c8f08 authored by 高飞's avatar 高飞
parents 69cfa573 6cd2aeca
<template> <template>
<el-container class="myContainer"> <el-container class="myContainer-flfg">
<el-header class="myHeader"> <el-header class="myHeader">
<el-menu default-active="1" class="second-router" mode="horizontal" @open="handleOpen" @close="handleClose" <el-menu default-active="1" class="second-router" mode="horizontal" @open="handleOpen" @close="handleClose"
background-color="transparent" text-color="#fff" @select="handleSelect"> background-color="transparent" text-color="#fff" @select="handleSelect">
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
</template> </template>
<style lang="scss"> <style lang="scss">
.myContainer { .myContainer-flfg {
width: 100%; width: 100%;
height: 100%; height: 100%;
margin: 0; margin: 0;
...@@ -47,8 +47,14 @@ ...@@ -47,8 +47,14 @@
margin-left: 10px; margin-left: 10px;
} }
&:last-child{ &:last-child {
float: right; float: right;
background: none !important;
&>div>i{
margin-top: 10px;
font-size: 20px;
color: white;
}
} }
} }
} }
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
</a> </a>
</div> --> </div> -->
&emsp; &emsp;
<el-dropdown @command="handleCommand" style="float: left;margin-top:10px;margin-left: 10px;"> <el-dropdown @command="handleCommand" style="float: left;margin-top:3px;margin-left: 10px;">
<span class="el-dropdown-link"> <span class="el-dropdown-link">
<i class="el-icon-more setting_button"></i> <i class="el-icon-more setting_button"></i>
</span> </span>
...@@ -402,7 +402,7 @@ export default { ...@@ -402,7 +402,7 @@ export default {
position: absolute; position: absolute;
text-align: center; text-align: center;
top: 20px; top: 20px;
left: 7%; left: 8%;
.module-info { .module-info {
width: 33%; width: 33%;
...@@ -440,7 +440,7 @@ export default { ...@@ -440,7 +440,7 @@ export default {
right: 0px; right: 0px;
text-align: center; text-align: center;
top: 20px; top: 20px;
right: 7%; right: 8%;
.module-info { .module-info {
width: 33%; width: 33%;
...@@ -484,7 +484,7 @@ export default { ...@@ -484,7 +484,7 @@ export default {
} }
.top-nav3 { .top-nav3 {
width: 111px; width: 130px;
height: 40px; height: 40px;
padding-left: 1%; padding-left: 1%;
position: absolute; position: absolute;
...@@ -577,6 +577,9 @@ export default { ...@@ -577,6 +577,9 @@ export default {
.el-dropdown-link { .el-dropdown-link {
cursor: pointer; cursor: pointer;
color: white; color: white;
.el-icon-more.setting_button{
font-size: 25px;
}
} }
.el-icon-arrow-down { .el-icon-arrow-down {
......
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