mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
提交修改
This commit is contained in:
@@ -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)'
|
||||||
|
|||||||
Reference in New Issue
Block a user