document: 更新文档

This commit is contained in:
就眠仪式
2021-10-19 22:28:44 +08:00
parent ba784a3dff
commit 4e3fc29d85
28 changed files with 275 additions and 81 deletions

View File

@@ -23,7 +23,7 @@ export default function createContainer(
if (token.nesting === 1) {
return `<lay-field title="${
info || defaultTitle
}" style="margin-top:10px;margin-bottom: 10px;">`
}" style="margin-top:20px;margin-bottom: 20px;">`
} else {
return '</lay-field>\n'
}