Skip to content

Commit

Permalink
fixbug: 解决菜单栏title重复点击会被选中问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Nov 27, 2021
1 parent 505e6c9 commit e14dfe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
.submenu-title-noDropdown,
.el-sub-menu__title {
color: $menuText;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: $menuBg;
border-left: $menuBg solid 3px;

Expand Down

0 comments on commit e14dfe5

Please sign in to comment.