Skip to content

Commit

Permalink
TableColum: fix first calc columns, ElemeFE#78
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Sep 21, 2016
1 parent ba4a2b2 commit a019e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -14,6 +14,7 @@
- 修复 在多个依次出现的 Dialog 或 Message Box 全部关闭后页面有几率不可滚动的问题
- 新增 时间、日期选择器增加 align 属性,可设置对齐方式
- 新增 TableColumn 的 align 属性
- 修复 Table 初次渲染时宽度重新计算 #78

#### 非兼容性更新
- Select 组件样式的 `display` 属性默认值修改为 `block`
Expand Down
2 changes: 1 addition & 1 deletion packages/table/src/table.vue
Expand Up @@ -407,7 +407,7 @@
this.styleNode = styleNode;
this.doRender();
this.$nextTick(_ => this.doRender());
this.$ready = true;
if (this.tableData) {
Expand Down

0 comments on commit a019e57

Please sign in to comment.