.
This commit is contained in:
@ -71,18 +71,6 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#dialog_machinegroup {
|
||||
z-index: 500;
|
||||
width: 870px;
|
||||
top: 60px;
|
||||
left: 150px;
|
||||
}
|
||||
|
||||
.inputbox {
|
||||
width: 500px;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.group_table .main_table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
@ -725,7 +713,7 @@
|
||||
}
|
||||
$(document.body).css('overflow', 'hidden');
|
||||
getContacts();
|
||||
|
||||
showmaskbg(true);
|
||||
$('#sendemailpopupmask').css('height', $('#dialog_workorder').height());
|
||||
$('#sendemailpopupmask').css('min-width', $('#divcontent').width());
|
||||
$('#sendemailpopupmask').show();
|
||||
@ -737,6 +725,7 @@
|
||||
}
|
||||
|
||||
function hideSendEmailPopup() {
|
||||
showmaskbg(false);
|
||||
$('#sendemailpopupmask').hide();
|
||||
$('#sendemailpopupdialog').hide();
|
||||
$(document.body).css('overflow', '');
|
||||
|
Reference in New Issue
Block a user