imzbf / md-editor-v3

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...
https://imzbf.github.io/md-editor-v3
MIT License
1.6k stars 155 forks source link

在模态框中使用只读模式时,图片点击不会放大 #141

Closed Jarod-Xie closed 2 years ago

Jarod-Xie commented 2 years ago

环境: vue3+vite+antdv

在antdv的模态框中使用只读模式展示markdown,图片点击不会放大

imzbf commented 2 years ago

element-plus中 的弹窗会出现这种问题,是他们的组件库有问题。这边测试了antv,没有还原问题,方便的话,麻烦提供一份简单的可运行的代码,这边看看。