parent
66219e2b86
commit
4c559c86ab
|
@ -25,13 +25,14 @@ const md = {
|
||||||
export default {
|
export default {
|
||||||
category: 'Components',
|
category: 'Components',
|
||||||
subtitle: '间距',
|
subtitle: '间距',
|
||||||
|
cols: 1,
|
||||||
type: 'Layout',
|
type: 'Layout',
|
||||||
title: 'Space',
|
title: 'Space',
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<md cn={md.cn} us={md.us} />
|
<md cn={md.cn} us={md.us} />
|
||||||
<demo-sort>
|
<demo-sort cols={1}>
|
||||||
<Base />
|
<Base />
|
||||||
<Vertical />
|
<Vertical />
|
||||||
<Size />
|
<Size />
|
||||||
|
|
Loading…
Reference in New Issue