目前在View上使用 div 模擬 table ,想詢問在 width:100%; 的呈現上,為什麼會是均分,而不是像 ... .div_tr { display: table-row; } .div_td { display: table-cell; ...
確定! 回上一頁