【前端】Layui静态表格自动换行

.layui-table td, .layui-table th{
    white-space: normal;
    height: auto !important;
    word-break: break-all;
}

猜你喜欢

转载自blog.csdn.net/qq_25285531/article/details/132800419