📜  引导 datetimepicker 小部件定位 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:40.399000             🧑  作者: Mango

代码示例1
There is no option for older version of Bootstrap Datetime Picker. But you can 
change the positioning by applying CSS to the dropdown picker.

.bootstrap-datetimepicker-widget.dropdown-menu {
    inset: auto!important;
}

Here is the docs for more details :
https://bootstrap-datepicker.readthedocs.io/