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