Skip to content

Commit

Permalink
更新菜单样式
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed Dec 4, 2023
1 parent ab6a390 commit 54c81f9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/views/Editor/CanvasMenu/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ const leftToggle = () => {
position: absolute;
width: 300px;
left: 50px;
top: 0;
// height: calc(100% - 40px);
top: 42px;
z-index: 1;
background: #fff;
border-left: 1px solid $borderColor;
Expand All @@ -75,7 +74,7 @@ const leftToggle = () => {
.menu-close {
cursor: default;
left: -251px;
top: 50%;
top: calc(50% + 42px);
transform: translateY(-50%);
position: absolute;;
// z-index: 1;
Expand Down

0 comments on commit 54c81f9

Please sign in to comment.