﻿/*表格自动换行*/
.table-line-break {
    word-break: break-all;
    word-wrap: break-word;
    table-layout: fixed;/*可自定义td宽度*/
}