# in your CSS file table { width: 100%; } td { border: 1px solid #dddddd; } th { text-align: left; } --- # in your app.layout ... html.Table([ ...
確定! 回上一頁