如何对齐和距离td值

Lil*_*lia 5 html css database alignment

我的HTML表是这样的:

<table>
  <tr>
    <td>123 - 20 - 20</td>
  </tr>
</table>
Run Code Online (Sandbox Code Playgroud)

从数据库中检索值,因此如下图所示:https : //imgur.com/g7tG2yr

如何使所有值(所有数字)完全对齐?谢谢