<table border="0px" width="360px">
    <tr><td colspan="10">
       <input id="keywordTxt" type="text"  th:value="${keyword}"/>
       <button id="searchbtn" class="btn" type="button" style="vertical-align: top;"><i class="icon-search"></i> Go</button>
    </td></tr>
...
</table>

上面红字部分 style="vertical-align: top;" 就是关键。

--2020年5月4日--