giscafer / vue-json-schema-editor-visual

A json-schema editor of high efficient and easy-to-use, base on Vue.
http://blog.giscafer.com/vue-json-schema-editor-visual/
64 stars 26 forks source link

在el-drawer中打开组件的设置dialog时,遮罩层问题 #5

Closed Huzhangjie closed 3 years ago

Huzhangjie commented 3 years ago

在el-drawer中使用了 组件,高级设置时,打开弹窗。遮罩层会覆盖弹窗内容。 dialog-bug

giscafer commented 3 years ago

demo 好像没有这个问题。http://blog.giscafer.com/vue-json-schema-editor-visual/

Huzhangjie commented 3 years ago

嗯嗯,因为demo中是直接使用的组件,我是在el-drawer 中使用了组件。就相当于有一个嵌套弹窗的问题。Element官方文档上也是说有嵌套弹窗就需要设置 append-to-body: true 来着。问题不大