/* ===== LANGTAIER_TABLE_AUTOFIT 后台表格列宽自适应·单元格最多两行（20260921b，可整段删除回滚） ===== */
.layui-table-view .layui-table{table-layout:fixed !important;}
.layui-table-view .layui-table-header .layui-table-cell{width:auto !important;white-space:nowrap !important;overflow:visible !important;height:auto !important;max-height:none !important;}
.layui-table-view .layui-table-body .layui-table-cell{display:block !important;width:auto !important;white-space:normal !important;word-break:normal;overflow-wrap:break-word;overflow:hidden !important;max-height:46px !important;line-height:20px;height:auto !important;min-height:28px;padding:3px 10px !important;box-sizing:border-box;}
.layui-table-view .layui-table td.lt-nowrap .layui-table-cell{white-space:nowrap !important;overflow:visible !important;max-height:none !important;}
.layui-table-view .layui-table td,.layui-table-view .layui-table th{height:auto !important;vertical-align:middle;}