From fee949cd04d5a64df89cb1b278e5794a7ee44555 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 29 Oct 2015 20:15:44 +0800 Subject: [PATCH] update code style --- components/table/demo/colspan-rowspan.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/table/demo/colspan-rowspan.md b/components/table/demo/colspan-rowspan.md index 9440edb457..40b38b3443 100644 --- a/components/table/demo/colspan-rowspan.md +++ b/components/table/demo/colspan-rowspan.md @@ -11,7 +11,8 @@ ````jsx import { Table } from 'antd'; -// 事例表中第四行合并了五列,除了第一列设置 colSpan = 5 外,其他列的第四行 colSpan = 0 (被合并掉,不会渲染) +// 事例表中第四行合并了五列,除了第一列设置 colSpan = 5 外 +// 其他列的第四行 colSpan = 0 (被合并掉,不会渲染) const renderContent = function(value, row, index) { let obj = { children: value,