提交修改

This commit is contained in:
daihh
2022-11-14 13:42:00 +08:00
parent 2222923c89
commit f098615ec5

View File

@@ -97,7 +97,8 @@
const style = { const style = {
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
display: 'flex' display: 'flex',
zIndex: 100090 // 添加比u-popup高的层级
} }
// 将遮罩设置为100%透明度,避免出现灰色背景 // 将遮罩设置为100%透明度,避免出现灰色背景
style.backgroundColor = 'rgba(0, 0, 0, 0)' style.backgroundColor = 'rgba(0, 0, 0, 0)'