Browse Source

fix(table): 优化慢速网络下表头列宽 (#2205)

pull/2218/head
morning-star 3 months ago committed by GitHub
parent
commit
f7df4ce82e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/modules/table.js

1
src/modules/table.js

@ -447,6 +447,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
// 让表格平铺
that.fullSize();
that.setColsWidth();
that.pullData(that.page); // 请求数据
that.events(); // 事件

Loading…
Cancel
Save