fix: 修改整体样式
This commit is contained in:
@@ -21,14 +21,11 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
.el-main {
|
||||
background: #F4F6F8;
|
||||
padding: 0 0 0 18px;
|
||||
//padding: 0;
|
||||
position: fixed;
|
||||
left: 200px;
|
||||
transition: left ease 0.15s;
|
||||
margin-left: 0;
|
||||
transition: margin-left .15s;
|
||||
// -webkit-transition: width .15s;
|
||||
// transition: width 0.15s;
|
||||
width: calc(100vw - 200px);
|
||||
&::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
@@ -466,7 +463,7 @@ html, body, #app, .el-container, .el-aside, .el-main {
|
||||
|
||||
.active {
|
||||
.close-icon {
|
||||
fill: #418DFF;
|
||||
fill: #BEA266;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
.el-side {
|
||||
border-radius: 10px;
|
||||
}
|
||||
.logo {
|
||||
height: 106px;
|
||||
background-color: #418DFF;
|
||||
background-color: #BEA266;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
font-size: 26px;
|
||||
@@ -36,7 +39,7 @@
|
||||
}
|
||||
}
|
||||
.el-menu-item.is-active {
|
||||
background: #E9F4FF;
|
||||
background: #BEA266;
|
||||
//background-color: #373350 !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user