2

我正在使用 Angularjs ui 引导日期选择器,但该图标<i class="glyphicon glyphicon-calendar"></i>在 Firefox 中没有正确显示,但该图标在 Chrome 中很好。请参阅随附的 Mozilla 屏幕截图。我该如何解决?

以下是我的jsp代码:

<input type="text" class="form-control" ng-disabled=true datepicker-popup="dd-MMM-yyyy" style="height: 20px; width: 79px" ng-model="ui3DataSet.toDate" is-open="openedSecond" min-date="minDate" max-date="'2015-06-22'" datepicker-options="dateOptions" ng-required="true" close-text="Close" />

<button type="button" class="btn btn-default" ng-click="openSecond($event)">
    <i class="glyphicon glyphicon-calendar"></i>
</button>

日期选择器图标问题

4

1 回答 1

0

在我的应用程序中,我使用标签 span 而不是标签i。这对我有用。(我不能写评论)

于 2015-03-24T10:31:35.937 回答