Skip to content

Commit

Permalink
feat: 样式优化
Browse files Browse the repository at this point in the history
  • Loading branch information
allen committed Sep 29, 2024
1 parent cb5ecf9 commit 33f327d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/layout/Aside.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,13 @@ function getMenus(route: any, path: string) {

<style lang="scss" scoped>
.el-menu {
margin-top: 60px;
position: relative;
padding-top: 60px;
border-right: 0;
width: 200px;
&::before {
overflow: hidden;
position: fixed;
position: absolute;
top: 0;
z-index: 10;
box-sizing: border-box;
Expand Down

0 comments on commit 33f327d

Please sign in to comment.