Pre Merge pull request !184 from daidai/dev

This commit is contained in:
daidai 2023-07-20 06:32:56 +00:00 committed by Gitee
commit 7fb28c624d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -290,7 +290,6 @@ window.onKeySpacePressHold = (isHold: boolean) => {
<style lang="scss" scoped>
@include go('sketch-rule') {
position: relative;
overflow: hidden;
width: 100%;
height: 100%;
@ -341,7 +340,7 @@ window.onKeySpacePressHold = (isHold: boolean) => {
.canvas {
position: absolute;
top: 50%;
top:50%;
left: 50%;
transform-origin: 50% 0;
transform: translateY(-50%);