Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
baiyaaaaa authored and Leopoldthecoder committed Dec 8, 2016
1 parent 783f28c commit 658383e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docs/en-US/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ You can also select multiple rows.
@selection-change="handleSelectionChange">
<el-table-column
type="selection"
width="50">
width="55">
</el-table-column>
<el-table-column
inline-template
Expand Down
2 changes: 1 addition & 1 deletion examples/docs/zh-CN/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
@selection-change="handleSelectionChange">
<el-table-column
type="selection"
width="50">
width="55">
</el-table-column>
<el-table-column
inline-template
Expand Down

0 comments on commit 658383e

Please sign in to comment.