我使用的是bootstrap-datetimepicker+bootstrap v3,但这个插件使用的时候,并没有和V3相匹配,仍然调用的是bootstrap V2的图标,代码是:
<i class="icon-arrow-right"></i>
截图:
但我在看这个项目的实例代码的时候,提供有V2和V3的例,V3的那个调用又是很正常的:
请问下这些怎么一个情况,该如何处理?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
input的class值使用form-control或者在datetimepicker的options里把bootcssVer的值直接设为3,否则datetimepicker不会显示出箭头
用bootstrap-datetimepicker BS3版本就可以
http://eternicode.github.io/bootstrap-datepicker/
嗨,你问题解决没。可以告诉我不
表示直接去js改了它写的class样式
bootcssVer的值直接设为3 解决了我的问题 谢啦