.
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;
|
||||
}
|
||||
@ -1501,7 +1489,7 @@
|
||||
if (v) {
|
||||
isSelect = true;
|
||||
copyuseriid = v.IID;
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#tr_copyuser').hide();
|
||||
$('#dialog_copy_user')
|
||||
.css({
|
||||
@ -1512,7 +1500,7 @@
|
||||
}
|
||||
else {
|
||||
isSelect = false;
|
||||
$('#mask_bg').show();
|
||||
showmaskbg(true);
|
||||
$('#tr_copyuser').show();
|
||||
var source = [];
|
||||
if (isalluser) {
|
||||
|
Reference in New Issue
Block a user