VUE 多级dialog弹出框被遮罩问题

it2024-07-23  45

解决方法:

找到自己的遮罩层样式,添加如下代码,即可解决

<style> .v-modal { z-index: 200 !important; } </style>

 

最新回复(0)