我想在现有的几乎全屏模式上打开这个窗口。问题是,模式蒙版没有覆盖父模式,并且父模式后面的模式是黑色的两倍。对此有解决方案吗?
isc.Window.create({
height: 100,
width: 250,
autoCenter: true,
isModal: true,
showModalMask: true,
modalMask: this
});
发布于 2015-10-30 04:08:24
我不认为设置modalMask是您所需要的。请尝试设置modalMaskOpacity (默认值为50,100表示无不透明度)。
https://stackoverflow.com/questions/33416925
复制相似问题