css實(shí)現(xiàn)table表格中td超出文字省略掉

字號(hào):


    首先設(shè)置表格的樣式table-layout:fixed
    再設(shè)置表格的寬度(這步必須)
    最后再設(shè)置td樣式的三個(gè)必要屬性
    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;