fix: MyDialog z-index 10000->1001(避免遮挡el-select下拉菜单)
This commit is contained in:
@@ -41,7 +41,7 @@ function close() {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
z-index: 10000;
|
z-index: 1001;
|
||||||
}
|
}
|
||||||
.my-dialog {
|
.my-dialog {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
|||||||
Reference in New Issue
Block a user