Skip to content

Commit

Permalink
fix: 修复缩放侧边栏时 icon 轻微抖动问题
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Feb 27, 2024
1 parent 58fc646 commit d8ab55f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/layouts/components/Sidebar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,6 @@ const hiddenScrollbarVerticalBar = computed(() => {
&:hover {
background-color: v-bind(sidebarMenuHoverBgColor);
}
display: block;
* {
vertical-align: middle;
}
}
:deep(.el-sub-menu) {
Expand Down

0 comments on commit d8ab55f

Please sign in to comment.