假設我獲得了一個包含3個項目的行(爲簡化起見,CSS內部爲樣式標記)。在顯示中對齊底部嵌套的項目:表
<div style="display:table">
<div style="display:table-cell">
<span>Some text</span>
<button type="button">Some button</button>
</div>
<div style="display:table-cell">
<span>Some Other text</span>
<button type="button">Some button</button>
</div>
<div style="display:table-cell">
<span>Long Long Long Long Long Long Long text </span>
<button type="button">Some button</button>
</div>
</div>
如何更改該問題,即所有三個按鈕將在同一行中,無論文本長度如何? 現在文本不相同,然後按鈕不在同一行。
你有沒有考慮拆分「文本」部分和「