在使用struts2
标签时,我将jsp
写为
<s:textfield name="NumOfSeats" label="No. of Berths"/>
<sx:datetimepicker name="date" label="Date of journey" displayFormat="dd-MM-yyyy" />
<s:textfield name="trainNo" label="Train no"/>
我得到了这样的页面(Lables和textfilelds在同一高度)
因为我需要datetimepicker,所以我添加了<sx:head></sx:head>
。然后页面变得像这样(不同高度的标签和文本字段)
我可以做些什么来使它们在相同的高度对齐。