mirror of
https://gitee.com/layui/layui.git
synced 2025-11-24 08:33:12 +08:00
fix(table): 优化慢速网络下表头列宽 (#2205)
This commit is contained in:
@@ -447,6 +447,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
||||
|
||||
// 让表格平铺
|
||||
that.fullSize();
|
||||
that.setColsWidth();
|
||||
|
||||
that.pullData(that.page); // 请求数据
|
||||
that.events(); // 事件
|
||||
|
||||
Reference in New Issue
Block a user