td中显示空格的问题

it2026-02-23  3

正常状态下td会自动取出td中的空格,导致我们的显示不能对齐。 加入pre标签即可正常显示空格 <td style="text-align: left;"><pre>${var.indexName}</pre></td>
最新回复(0)