no message

Former-commit-id: 1d2df9daffb97f3f89fa461d9a6421406955edc8 [formerly 1d2df9daffb97f3f89fa461d9a6421406955edc8 [formerly 1d2df9daffb97f3f89fa461d9a6421406955edc8 [formerly 1d2df9daffb97f3f89fa461d9a6421406955edc8 [formerly c9f665548b765a0fdbd1ec0e79534222f8440e2a [formerly 4dc67ee347116472db06c68de57a57bf9e5b50d8]]]]]
Former-commit-id: 8798c3dfb85299ac2b6e1ba001ff666b3666019b
Former-commit-id: a66e105579e404616cc15d0f390d621f26d81b4e
Former-commit-id: c0b26d7bfd41a5a25e585a6bba5d0e841aed8ce1 [formerly 11af40deb3662a58f5d84a70f244dbd2d3fd5c8c]
Former-commit-id: c3d666f2f18501b154a12a44b0b16ddb1963f4f4
Former-commit-id: 3f7126653eac98344280a40dfee51c2316f97ab1
Former-commit-id: 22f4f1ef768ad47b105226d4ccb238db6186e253
Former-commit-id: 7b9f26934b35b4a1b1181d03555fbdc569145103
Former-commit-id: 80e31fd85e5edf3051283d893b447f2fd38574f5
This commit is contained in:
liyang
2018-06-13 14:04:00 +08:00
parent 2e36ef8577
commit 94e665e238

View File

@@ -24,8 +24,7 @@
display: flex;
justify-content: center;
align-items: center;
user-select: none;
cursor: pointer;
@extend %unable-select;
i {
font-size: 20px;
margin-top: 4px;
@@ -37,9 +36,11 @@
border-bottom: none;
background-color: transparent;
.el-menu-item {
@extend %unable-select;
border-bottom: none;
}
.el-submenu {
@extend %unable-select;
.el-submenu__title {
border-bottom: none;
}
@@ -58,8 +59,7 @@
margin-left: 10px !important;
}
.el-dropdown {
user-select: none;
cursor: pointer;
@extend %unable-select;
}
}
}
@@ -71,6 +71,7 @@
overflow: inherit;
// [菜单] 正常状态
.el-menu {
@extend %unable-select;
background-color: transparent;
border-right: none;
.el-menu-item {
@@ -81,6 +82,7 @@
}
}
.el-submenu {
@extend %unable-select;
.el-submenu__title {
i {
margin-right: 5px;
@@ -101,8 +103,7 @@
justify-content: center;
align-items: center;
flex-direction: column;
cursor: pointer;
user-select: none;
@extend %unable-select;
i {
font-size: 30px;
margin-bottom: 10px;
@@ -178,6 +179,12 @@
}
background-color: $theme-menu-item-background-color-hover;
}
.el-submenu__title {
@extend %unable-select;
}
.el-menu-item {
@extend %unable-select;
}
.el-submenu__title:hover {
@include theme-menu-hover-style;
}