# 行中的 DateField 组件、文本字段和按钮
DateField component, the text field and the button in # lines
我已经使用 Tapestry5.4.0 (tapestry5-jquery 4.1.0) 开始了一个新项目,我试图将一个日期字段组件集成到我的 tml 页面中,但我得到了一个分开的组件,见图enter image description here
有解决这个问题的想法吗?
谢谢!
我已将这段代码添加到我的 css 文件中:
.form-control.hasDatepicker {
width: 80% !important;
}
.ui-datepicker-trigger {
height:34px;
}
现在可以使用了!
我已经使用 Tapestry5.4.0 (tapestry5-jquery 4.1.0) 开始了一个新项目,我试图将一个日期字段组件集成到我的 tml 页面中,但我得到了一个分开的组件,见图enter image description here
有解决这个问题的想法吗?
谢谢!
我已将这段代码添加到我的 css 文件中:
.form-control.hasDatepicker {
width: 80% !important;
}
.ui-datepicker-trigger {
height:34px;
}
现在可以使用了!