我想在现有的几乎全屏模式上打开此窗口。问题是模态蒙版不覆盖父模态,而父模后面的模态是暗的两倍。有解决方案吗?
isc.Window.create({
height: 100,
width: 250,
autoCenter: true,
isModal: true,
showModalMask: true,
modalMask: this
});
答案 0 :(得分:0)
我不认为设置modalMask是你需要的。请尝试改为设置modalMaskOpacity(默认值为50,100表示无不透明度)。