style: compress index.less
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user