Browse Source

fix(sidebarItem): span focus and enter the border that appears

lrl 3 năm trước cách đây
mục cha
commit
0337a0300c
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 2 1
      src/layout/components/sidebar/sidebarItem.vue
  2. 1 0
      src/style/sidebar.scss

+ 2 - 1
src/layout/components/sidebar/sidebarItem.vue

@@ -129,7 +129,8 @@ function resolvePath(routePath) {
               :style="{
                 width: pureApp.sidebar.opened ? '125px' : '',
                 overflow: 'hidden',
-                textOverflow: 'ellipsis'
+                textOverflow: 'ellipsis',
+                outline: 'none'
               }"
               @mouseover="hoverMenu(onlyOneChild)"
             >

+ 1 - 0
src/style/sidebar.scss

@@ -117,6 +117,7 @@
 
     .el-menu-item,
     .el-sub-menu__title {
+      height: 50px;
       color: $menuText;
       padding: 0 20px 0 40px;