Commit a019e57d authored by qingwei.li's avatar qingwei.li

TableColum: fix first calc columns, #78

parent ba4a2b29
......@@ -14,6 +14,7 @@
- 修复 在多个依次出现的 Dialog 或 Message Box 全部关闭后页面有几率不可滚动的问题
- 新增 时间、日期选择器增加 align 属性,可设置对齐方式
- 新增 TableColumn 的 align 属性
- 修复 Table 初次渲染时宽度重新计算 #78
#### 非兼容性更新
- Select 组件样式的 `display` 属性默认值修改为 `block`
......
......@@ -407,7 +407,7 @@
this.styleNode = styleNode;
this.doRender();
this.$nextTick(_ => this.doRender());
this.$ready = true;
if (this.tableData) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment