我正在使用引导程序4.2.1和与引导程序3兼容的日期选择器。日历箭头未显示。
Bootstrap-dapicker.js文件具有以下代码。 Datepicker3.css没有对箭头的任何引用。
headTemplate:
<thead>+
'<tr>'+
'<th class="prev"><i class="glyphicon glyphicon-arrow-left"/></th>'+
'<th colspan="5" class="switch"></th>'+
'<th class="next"><i class="glyphicon glyphicon-arrow-right"/>
</th>'+
'</tr>'+
'</thead>',
我有font-awesome.css
.fa-arrow-left:之前{content:“ \ f060”}。fa-arrow-right:之前{content:“ \ f061”}
有人可以帮我如何使箭头起作用吗?我还缺少其他文件吗?
如果我在jsp的URL中添加以下内容,则可以看到日历的箭头,但是屏幕的外观将变为小字体等。
谢谢!