mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
docs:扩充一些内联模式的文档例子
This commit is contained in:
parent
859a4a78dc
commit
981537867c
@ -60,6 +60,28 @@ order: 1
|
||||
"label": "内联",
|
||||
"name": "text2",
|
||||
"mode": "inline"
|
||||
},
|
||||
{
|
||||
"type": "input-text",
|
||||
"label": "内联2",
|
||||
"name": "text2",
|
||||
"mode": "inline"
|
||||
},
|
||||
{
|
||||
"type": "group",
|
||||
"mode": "inline",
|
||||
"body": [
|
||||
{
|
||||
"type": "input-text",
|
||||
"label": "内联3",
|
||||
"name": "text2"
|
||||
},
|
||||
{
|
||||
"type": "input-text",
|
||||
"label": "内联4",
|
||||
"name": "text2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user