Skip to content

Commit 27a3888

Browse files
authored
style: element plus loading style fixed (#5393)
* Element Plus的loading组件默认zIndex太高
1 parent fb0ec05 commit 27a3888

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/styles/src/ele/index.css

+4
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@
3838
border: 1px solid var(--el-color-danger);
3939
}
4040
}
41+
42+
html .el-loading-mask {
43+
z-index: 1000;
44+
}

0 commit comments

Comments
 (0)