テキストが増えるにつれて仕切りを修正できないように見えるため、テーブルに問題があります。テキストが長くなると、仕切りが数ピクセル移動します。ご覧いただけるように、スクリーンショットをいくつか投稿します。
にテキストを追加した後:
こんな感じになります。それで、これで私を助けることができる誰かがそこにいますか?ところで、これは私のコードです
<table border="2" style='overflow:scroll' height=50px >
<th width=100px nowrap>Username</th>
<th width=100px nowrap>Email</th>
</table>
<div style="height: 200px; overflow: scroll; width: 100%;">
<table border="2" style='overflow:scroll' height=200px >
<g:each in="${result}" >
<tr>
<td width=100px nowrap style='overflow:hidden'>${it.username}aaaaaaaa</td>
<td width=100px nowrap style='overflow:hidden'>${it.email}</td>
</tr>
</g:each>
</table>
下のスクロールバーも削除したかったのですが、隠すこともできないようです。