Skip to content

Commit

Permalink
docs(grid): 修改Grid组件文档问题 #63 (#123)
Browse files Browse the repository at this point in the history
* docs(grid): 修复Grid组件文档问题

* docs(grid): 修复Grid组件文档问题
  • Loading branch information
ming-bin authored Dec 31, 2021
1 parent df0e171 commit 686cf10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devui-vue/docs/components/grid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<d-col :span="6" class="col-child">col-6</d-col>
<d-col :span="6" class="col-child">col-6</d-col>
</d-row>
<p>Justify bottom</p>
<p>Justify start</p>
<d-row justify="start" class="docs-devui-row">
<d-col :span="4" class="col-child">col-4</d-col>
<d-col :span="4" class="col-child">col-4</d-col>
Expand Down

0 comments on commit 686cf10

Please sign in to comment.