style: compress index.less

This commit is contained in:
就眠儀式
2022-04-21 17:47:55 +08:00
parent 8bb7d448f7
commit db2ffefd4a
4 changed files with 11 additions and 615 deletions

View File

@@ -91,6 +91,14 @@ const matchComponents = [
pattern: /^LayResult$/,
styleDir: "result",
},
{
pattern: /^LayNoticeBar$/,
styleDir: "noticeBar",
},
{
pattern: /^LayLine$/,
styleDir: "line",
},
// ....
{
pattern: /^(LayCarousel|LayCarouselItem)$/,
@@ -118,10 +126,6 @@ const matchComponents = [
pattern: /^(LayForm|LayFormItem)$/,
styleDir: "formItem",
},
{
pattern: /^LayLine$/,
styleDir: "",
},
{
pattern: /^(LayMenuItem|LaySubMenu)$/,
styleDir: "menu",