Skip to content

Commit

Permalink
fix menu height
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 13, 2023
1 parent 96a2fa7 commit c5d48ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -606,13 +606,12 @@ $sideMenu-width: 250px;
.sideMenu {
background-color: $--color-black;
height: 38em;
position: absolute;
left: 0;
z-index: 2000;
width: $sideMenu-width - 10px;
padding-top: 0.5em;
bottom: 10px;
top: 100px;
}
::v-deep .el-menu-item-group__title {
Expand All @@ -621,6 +620,7 @@ $sideMenu-width: 250px;
.el-menu-item-group {
margin-top: 40px;
margin-bottom: 30px;
}
.sideMenuGroupTitle {
Expand Down

0 comments on commit c5d48ac

Please sign in to comment.