Commit 1c20f519 authored by ibuler's avatar ibuler

[Bugfix] 修改小的bug

parent 0848893f
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment