no message

Former-commit-id: b3ef513a0e5ecf84c438e4363a1dff4e190b7d8b
Former-commit-id: 78962f5f37c74c581015466966fc8beeb366ddfc
Former-commit-id: 09b11468354468cb6e5f76c0030d66588fa80b54
This commit is contained in:
李杨
2018-03-20 21:32:30 +08:00
parent c6db66e81a
commit 4538525817
3 changed files with 28 additions and 2 deletions

View File

@@ -27,6 +27,23 @@ $color: #409EFF;
height: 60px;
}
}
.toggle-sidemenu-btn {
float: left;
height: 60px;
width: 60px;
display: flex;
justify-content: center;
align-items: center;
user-select: none;
cursor: pointer;
i {
font-size: 24px;
color: $color-text-normal;
&:hover {
color: $color-primary;
}
}
}
// 顶栏菜单
.el-menu {
float: left;