🌈 style(隐藏入口): 剪样和色卡

This commit is contained in:
xuan 2023-03-01 19:03:10 +08:00
parent 739367022b
commit bb512672c4
3 changed files with 20 additions and 13 deletions

View File

@ -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
} }
] ]
} }

View File

@ -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;

View File

@ -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[] = [