多个内容自动显示排列方式,如果第一列显示不换行,第二列内容换行显示。
.first{ white-space: nowrap; } .second { word-break: break-word }