Skip to content

Commit 4c559c8

Browse files
authored
docs(space): update space document layout #4426 (#4454)
1 parent 66219e2 commit 4c559c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

antdv-demo/docs/space/demo/index.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ const md = {
2525
export default {
2626
category: 'Components',
2727
subtitle: '间距',
28+
cols: 1,
2829
type: 'Layout',
2930
title: 'Space',
3031
render() {
3132
return (
3233
<div>
3334
<md cn={md.cn} us={md.us} />
34-
<demo-sort>
35+
<demo-sort cols={1}>
3536
<Base />
3637
<Vertical />
3738
<Size />

0 commit comments

Comments
 (0)