🌈 style(隐藏入口): 剪样和色卡
This commit is contained in:
parent
739367022b
commit
bb512672c4
@ -100,6 +100,13 @@
|
|||||||
"query": "",
|
"query": "",
|
||||||
"launchMode": "default",
|
"launchMode": "default",
|
||||||
"scene": null
|
"scene": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "",
|
||||||
|
"pathName": "pages/getColorCard/addColorCard/index",
|
||||||
|
"query": "",
|
||||||
|
"launchMode": "default",
|
||||||
|
"scene": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -74,7 +74,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
.name {
|
.name {
|
||||||
width: 84px;
|
width: 100px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
@include common_ellipsis();
|
@include common_ellipsis();
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
|
|||||||
@ -80,18 +80,18 @@ const feature: IconCardType[] = [
|
|||||||
path: '/pages/customerManagement/index',
|
path: '/pages/customerManagement/index',
|
||||||
jurisdiction: 'customer_list_page',
|
jurisdiction: 'customer_list_page',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
iconName: 'icon-lingquseka',
|
// iconName: 'icon-lingquseka',
|
||||||
name: '领取色卡',
|
// name: '领取色卡',
|
||||||
path: '/pages/getColorCard/index',
|
// path: '/pages/getColorCard/index',
|
||||||
jurisdiction: 'ignore',
|
// jurisdiction: 'ignore',
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
iconName: 'icon-jianyang',
|
// iconName: 'icon-jianyang',
|
||||||
name: '领取剪样',
|
// name: '领取剪样',
|
||||||
path: '/pages/sampleCutting/index',
|
// path: '/pages/sampleCutting/index',
|
||||||
jurisdiction: 'ignore',
|
// jurisdiction: 'ignore',
|
||||||
},
|
// },
|
||||||
]
|
]
|
||||||
|
|
||||||
const fabric: IconCardType[] = [
|
const fabric: IconCardType[] = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user