Skip to content

Commit

Permalink
fixed: Fixed issue with sidebar toolTip placement
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoJiSen committed Oct 10, 2024
1 parent dae33f5 commit febc283
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ $single-menu-height: 38px;
.nest-menu .level2-menu {
line-height: $single-menu-height;
}

.el-tooltip {
width: 55px !important;
}
}
}
}

0 comments on commit febc283

Please sign in to comment.