[Bugfix] 修改小的bug

pull/828/merge
ibuler 2017-12-27 11:22:44 +08:00
parent 0848893f1e
commit 1c20f519a9
1 changed files with 3 additions and 2 deletions

View File

@ -81,14 +81,15 @@
"order": []
});
$('#date .input-daterange').datepicker({
dateFormat: "mm/dd/yyy",
dateFormat: "mm/dd/yyy",
keyboardNavigation: false,
forceParse: false,
autoclose: true
});
$('.select2').select2({
dropdownAutoWidth: true
dropdownAutoWidth: true,
width: 'auto'
});
})
</script>