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