gpt4 book ai didi

javascript - smalot/bootstrap-datetimepicker 导航箭头丢失

转载 作者:行者123 更新时间:2023-11-30 08:02:48 26 4
gpt4 key购买 nike

我无法在 Bootstrap3 版本的 DateTime Picker ( https://github.com/smalot/bootstrap-datetimepicker ) 中显示箭头。

下载提供的示例也缺少箭头,但 bootstrap2 示例有箭头。

其他一切正常,点击箭头应按预期导航的位置。我假设浏览器正在搜索图标并且它们在它们应该在的位置。

想知道是否有人遇到过这个问题并且知道如何解决它?否则,我们将不胜感激关于如何排除故障的一些建议。

最佳答案

此问题已通过最近对存储库的更新得到解决。否则,在 ../bootstrap-datetimepicker.js 中搜索并替换以下行具有相同的效果:

替换:

    headTemplateV3:   '<thead>' +
'<tr>' +
'<th class="prev"><i class="icon icon-arrow-left"></i> </th>' +
'<th colspan="5" class="switch"></th>' +
'<th class="next"><i class="icon icon-arrow-right"></i> </th>' +
'</tr>' +
'</thead>',

与:

headTemplateV3:   '<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>',

关于javascript - smalot/bootstrap-datetimepicker 导航箭头丢失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23924611/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com