取消3d机房告警信息弹框的最大/小化窗口按钮

This commit is contained in:
chenjinsong
2018-10-09 14:10:26 +08:00
parent c2cf40da87
commit b40b3f8c31

View File

@@ -475,7 +475,6 @@ body {
var thiswidth = $(document).width()*0.9; var thiswidth = $(document).width()*0.9;
window.top.layer.open({ window.top.layer.open({
type: 1, type: 1,
maxmin:true,
area: [thiswidth + 'px', thisheight + 'px'], area: [thiswidth + 'px', thisheight + 'px'],
scrollbar: true, scrollbar: true,
content: window.top.$("#alarmInfo") content: window.top.$("#alarmInfo")