mirror of https://github.com/jumpserver/jumpserver
[Bugfix] 修改小的bug
parent
0848893f1e
commit
1c20f519a9
|
@ -81,14 +81,15 @@
|
||||||
"order": []
|
"order": []
|
||||||
});
|
});
|
||||||
$('#date .input-daterange').datepicker({
|
$('#date .input-daterange').datepicker({
|
||||||
dateFormat: "mm/dd/yyy",
|
dateFormat: "mm/dd/yyy",
|
||||||
keyboardNavigation: false,
|
keyboardNavigation: false,
|
||||||
forceParse: false,
|
forceParse: false,
|
||||||
autoclose: true
|
autoclose: true
|
||||||
|
|
||||||
});
|
});
|
||||||
$('.select2').select2({
|
$('.select2').select2({
|
||||||
dropdownAutoWidth: true
|
dropdownAutoWidth: true,
|
||||||
|
width: 'auto'
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue