我在 ui.xml 中使用 DateTimePicker,如下所示:
<b:Label text="{messages.gwt_ui_from}" />
<b.date:DateTimePicker styleName="btn-block"
ui:field="dtpFrom" format="dd.MM.yyyy" minView="MONTH"
maxView="YEAR" autoClose="true" hasKeyboardNavigation="true" highlightToday="true"/>
<b:Label text="{messages.gwt_ui_to}" />
<b.date:DateTimePicker styleName="btn-block"
ui:field="dtpTo" format="dd.MM.yyyy" minView="MONTH"
maxView="YEAR" autoClose="true" hasKeyboardNavigation="true" highlightToday="true"/>
如您所见,样式设置为"btn-block"
.
但是结果如下图:
我怎样才能保持风格并仍然让箭头回来?
非常感谢您的帮助!奥雷尔