优化 zindex 问题

This commit is contained in:
liaoxuezhi 2019-10-31 00:18:10 +08:00
parent 9595629f55
commit 048364dcc8
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@
// 当启用 overlay 的时候应该是居中模式
.#{$ns}Spinner--overlay {
position: absolute;
z-index: 11;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);