|
|
@@ -190,7 +190,7 @@ export default {
|
|
|
.aside__panel .el-menu-item{
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
- padding-left:10px !important;
|
|
|
+ padding-left:16px !important;
|
|
|
}
|
|
|
.aside__panel .el-menu-item:hover{
|
|
|
background-color: rgba(255 ,255,255,.2) !important;
|
|
|
@@ -215,7 +215,8 @@ export default {
|
|
|
height: 62px;
|
|
|
line-height: 62px;
|
|
|
color:#fff;
|
|
|
- padding-left:20px;
|
|
|
+ padding-left:16px;
|
|
|
+ text-align: center;
|
|
|
/* border-right: 1px solid #f1f2f3; */
|
|
|
}
|
|
|
.bg{
|
|
|
@@ -223,7 +224,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.bg .logo{
|
|
|
- margin-left: -10px;
|
|
|
+ margin-left: 0px;
|
|
|
}
|
|
|
.bg p{
|
|
|
height:24px;
|