* Finish task#56930,56929,56928.

This commit is contained in:
xieqiyu
2022-06-15 16:23:06 +08:00
parent e96fff70a3
commit ac34aaa200
+2 -2
View File
@@ -488,7 +488,7 @@ $(function()
chosenMode: true,
dropWidth: 'auto',
minAutoDropWidth: '100%',
maxAutoDropWidth: 400,
maxAutoDropWidth: 350,
remote: $searchForm.find("#value" + fieldNO).attr('data-pickerremote')
});
}
@@ -499,7 +499,7 @@ $(function()
chosenMode: true,
dropWidth: 'auto',
minAutoDropWidth: '100%',
maxAutoDropWidth: 400
maxAutoDropWidth: 350
});
}
}