Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在el-dialog中使用组件,无法正常使用功能,功能弹框被遮盖. #176

Open
xxy-code opened this issue Jun 17, 2023 · 2 comments

Comments

@xxy-code
Copy link

image

@DagedaLin
Copy link

配置zIndex层级高于dialog就好

@zhao186
Copy link

zhao186 commented Jun 21, 2024

`import {useZIndex} from "element-plus"

const {nextZIndex} = useZIndex()
//配置文件
{
zIndex: nextZIndex()
}
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants