Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
text2video-frontend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周成波
text2video-frontend
Commits
a96a0d55
Commit
a96a0d55
authored
Nov 04, 2024
by
朱国瑞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决 ESC 关闭裁剪弹窗后无法再次弹出的问题
parent
40025b6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
VideoCrop.vue
src/components/VideoCrop.vue
+2
-0
No files found.
src/components/VideoCrop.vue
View file @
a96a0d55
...
@@ -290,6 +290,7 @@ const onImageLoaded = (val: any) => {
...
@@ -290,6 +290,7 @@ const onImageLoaded = (val: any) => {
}
}
}
}
}
}
</
script
>
</
script
>
<
template
>
<
template
>
<el-dialog
<el-dialog
...
@@ -303,6 +304,7 @@ const onImageLoaded = (val: any) => {
...
@@ -303,6 +304,7 @@ const onImageLoaded = (val: any) => {
lock-scroll
lock-scroll
class=
"wm-video-crop-dialog"
class=
"wm-video-crop-dialog"
:class=
"
{ 'is-mobile': isMobile }"
:class=
"
{ 'is-mobile': isMobile }"
@close="handleClose"
>
>
<!-- 底部视频和裁剪框 -->
<!-- 底部视频和裁剪框 -->
<div
class=
"video-crop-container"
>
<div
class=
"video-crop-container"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment