修复dialog样式问题 (#149)

This commit is contained in:
Yao 2018-03-16 21:16:40 +08:00 committed by GitHub
parent 3d016db8b0
commit e9dd67e614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
transform: translate3d(-50%, -50%, 0); transform: translate3d(-50%, -50%, 0);
color: #333; color: #333;
opacity: 0; opacity: 0;
z-index: 1;
} }
.zan-dialog--mask { .zan-dialog--mask {
@ -26,6 +27,7 @@
background-color: rgba(0, 0, 0, 0.6); background-color: rgba(0, 0, 0, 0.6);
transition: .3s; transition: .3s;
display: none; display: none;
z-index: 1;
} }
/* 弹出层内容 */ /* 弹出层内容 */