目前我有这个表格。
<form id="chartTimeRangeOptions">
<fieldset>
<legend>Chart Time</legend>
<label>Start time</label><input type="text" style="width : auto"><br/>
<label>End time</label><input type="text" style="width : auto"> <br/>
<button class="btn btn-small btn-info">Apply</button>
</fieldset>
</form>
看起来像这样,
我想像这样展示它。