Merge pull request #116 from QingWei-Li/fix/table-column

TableColum: fix first calc columns, #78
pull/117/head
杨奕 2016-09-21 05:39:42 -05:00 committed by GitHub
commit 7c1787b004
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
- 修复 在多个依次出现的 Dialog 或 Message Box 全部关闭后页面有几率不可滚动的问题 - 修复 在多个依次出现的 Dialog 或 Message Box 全部关闭后页面有几率不可滚动的问题
- 新增 时间、日期选择器增加 align 属性,可设置对齐方式 - 新增 时间、日期选择器增加 align 属性,可设置对齐方式
- 新增 TableColumn 的 align 属性 - 新增 TableColumn 的 align 属性
- 修复 Table 初次渲染时宽度重新计算 #78
#### 非兼容性更新 #### 非兼容性更新
- Select 组件样式的 `display` 属性默认值修改为 `block` - Select 组件样式的 `display` 属性默认值修改为 `block`

View File

@ -407,7 +407,7 @@
this.styleNode = styleNode; this.styleNode = styleNode;
this.doRender(); this.$nextTick(_ => this.doRender());
this.$ready = true; this.$ready = true;
if (this.tableData) { if (this.tableData) {