Commit a96a0d55 authored by 朱国瑞's avatar 朱国瑞

解决 ESC 关闭裁剪弹窗后无法再次弹出的问题

parent 40025b6a
...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment