chore: 完成 logo 与 header 按需
This commit is contained in:
@@ -47,6 +47,14 @@ const matchComponents = [
|
||||
pattern: /^LayBadge$/,
|
||||
styleDir: "badge",
|
||||
},
|
||||
{
|
||||
pattern: /^(LayHeader)$/,
|
||||
styleDir: "header",
|
||||
},
|
||||
{
|
||||
pattern: /^LayLogo$/,
|
||||
styleDir: "logo",
|
||||
},
|
||||
// ....
|
||||
{
|
||||
pattern: /^LayAvatarList$/,
|
||||
@@ -86,18 +94,10 @@ const matchComponents = [
|
||||
pattern: /^(LayForm|LayFormItem)$/,
|
||||
styleDir: "formItem",
|
||||
},
|
||||
{
|
||||
pattern: /^(LayHeader)$/,
|
||||
styleDir: "",
|
||||
},
|
||||
{
|
||||
pattern: /^LayLine$/,
|
||||
styleDir: "",
|
||||
},
|
||||
{
|
||||
pattern: /^LayLogo$/,
|
||||
styleDir: "",
|
||||
},
|
||||
{
|
||||
pattern: /^(LayMenuItem|LaySubMenu)$/,
|
||||
styleDir: "menu",
|
||||
|
||||
Reference in New Issue
Block a user