diff --git a/CHANGELOG.md b/CHANGELOG.md index d558c7212e..a7e11c492e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ timeline: true --- +## 0.12.17 + +- 修复 FormItem 校验时表单项高度跳动的问题。[#1557](https://github.com/ant-design/ant-design/issues/1557) +- 修复一个 Table 圆角样式的小问题。 + ## 0.12.16 - 修复 Collapse 在 safari 中切换动画异常的问题。[#1494](https://github.com/ant-design/ant-design/issues/1494) diff --git a/components/table/style/index.less b/components/table/style/index.less index dffa81f216..d016646c05 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -21,6 +21,8 @@ width: 100%; border-collapse: separate; text-align: left; + border-radius: @border-radius-base; + overflow: hidden; } th {