From 6e184378bf726dbeac13517c8774ec998fb058f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8B=A4=E6=8B=AD?= Date: Thu, 29 Oct 2015 17:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=80=97=E5=8F=B7=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E4=B8=AD=E6=96=87=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/table/demo/colspan-rowspan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/table/demo/colspan-rowspan.md b/components/table/demo/colspan-rowspan.md index 29aba8a50f..f05c39c2cd 100644 --- a/components/table/demo/colspan-rowspan.md +++ b/components/table/demo/colspan-rowspan.md @@ -4,7 +4,7 @@ 表头只支持列合并,cell = [{title: '姓名', `colSpan: 2`}]。 -表格支持行/列合并,可以指定内容对齐方式,colSpan或者rowSpan设值为 0 时,设置的表格不会渲染。 +表格支持行/列合并,可以指定内容对齐方式,colSpan或者rowSpan设值为 0 时,设置的表格不会渲染。 ---