style: 优化 index.less

This commit is contained in:
就眠儀式
2022-04-22 09:32:32 +08:00
parent 5798e19a6e
commit eba8c62a49
6 changed files with 36 additions and 73 deletions

View File

@@ -99,6 +99,14 @@ const matchComponents = [
pattern: /^LayLine$/,
styleDir: "line",
},
{
pattern: /^LayStepItem$/,
styleDir: "step",
},
{
pattern: /^LayStep$/,
styleDir: "step",
},
// ....
{
pattern: /^(LayCarousel|LayCarouselItem)$/,
@@ -154,10 +162,6 @@ const matchComponents = [
pattern: /^LaySplitPanelItem$/,
styleDir: "splitPanel",
},
{
pattern: /^LayStepItem$/,
styleDir: "step",
},
{
pattern: /^LaySwitch$/,
styleDir: "",