mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-27 23:37:08 +00:00
[Bugfix] 修改小的bug
This commit is contained in:
parent
0848893f1e
commit
1c20f519a9
@ -88,7 +88,8 @@
|
|||||||
|
|
||||||
});
|
});
|
||||||
$('.select2').select2({
|
$('.select2').select2({
|
||||||
dropdownAutoWidth: true
|
dropdownAutoWidth: true,
|
||||||
|
width: 'auto'
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user