When working on a PC project, click the button to bring up the el-Dialog window. But the window pops out and there’s a gray layer on top. The effect is shown below:

Fix this by modifying the append-to-body property in the Elder-UI el-Dialog tag.

The code is as follows:

<el-dialog title=" status scroll ":visible.sync="rollbackFlag" :append-to-body="true" > </el-dialog>Copy the code