feat(slider): 初步集成 slider 滑块组件

This commit is contained in:
就眠仪式
2021-10-15 17:50:50 +08:00
parent 46c378ba48
commit b45df1c1c1
15 changed files with 135 additions and 42 deletions

View File

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