Skip to content

Commit

Permalink
修正部分问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-xmh committed Feb 12, 2024
1 parent 431cedd commit b6077ae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
24 changes: 13 additions & 11 deletions src/components/AMLLPreviewView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,20 @@

<style lang="sass" scoped>
.amll-preview-view
background-color: #222
width: 100%
height: 100%
background-color: #222 !important
width: 100% !important
height: 100% !important
> *
position: absolute !important
top: 0 !important
left: 0 !important
width: 100% !important
height: 100% !important
mix-blend-mode: plus-lighter
> *
position: absolute
top: 0
left: 0
width: 100%
height: 100%
mix-blend-mode: plus-lighter
> *
box-sizing: content-box
box-sizing: content-box !important
</style>

<script setup lang="ts">
Expand Down
1 change: 0 additions & 1 deletion src/components/LyricSyncEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ useKeyBinding(settings.keybindings.stepWordAndSetEndTime, () => {
lyric.record();
}
}
moveDown();
});
</script>
Expand Down

0 comments on commit b6077ae

Please sign in to comment.