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