chore: 完成 row 与 col 按需样式

This commit is contained in:
就眠儀式
2022-04-12 09:04:39 +08:00
parent 94cf131272
commit df8a2a6528
2 changed files with 8 additions and 64 deletions

View File

@@ -67,6 +67,14 @@ const matchComponents = [
pattern: /^LayAvatarList$/,
styleDir: "avatar",
},
{
pattern: /^LayRow$/,
styleDir: "row",
},
{
pattern: /^LayCol$/,
styleDir: "row",
},
// ....
{
pattern: /^(LayBreadcrumb|LayBreadcrumbItem)$/,