Skip to content

Commit

Permalink
fix: update BasicWindow evnet
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuangs committed Jun 7, 2024
1 parent 94325d5 commit 4463529
Show file tree
Hide file tree
Showing 5 changed files with 547 additions and 38 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<style>
body {
overflow: hidden;
touch-action: none;
}

#Loading {
Expand Down
3 changes: 1 addition & 2 deletions packages/frontend/src/pages/LaunchPad.vue
Original file line number Diff line number Diff line change
Expand Up @@ -526,12 +526,11 @@ const cleanSearchVal = () => {
.dragMask {
width: 140%;
height: 120%;
transform: translate(-14%, -10%);
transform: translate(-13%, -10%);
position: absolute;
top: 0;
left: 0;
z-index: 2;
border-radius: 10px;
overflow: hidden;
cursor: pointer;
}
Expand Down
Loading

0 comments on commit 4463529

Please sign in to comment.