fix(table): 优化慢速网络下表头列宽 (#2205)
This commit is contained in:
parent
dc6250f0c3
commit
f7df4ce82e
@ -447,6 +447,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
||||
|
||||
// 让表格平铺
|
||||
that.fullSize();
|
||||
that.setColsWidth();
|
||||
|
||||
that.pullData(that.page); // 请求数据
|
||||
that.events(); // 事件
|
||||
|
Loading…
Reference in New Issue
Block a user