This commit is contained in:
zhutianqi
2021-11-02 14:02:25 +08:00
parent 6bdc678459
commit b3f92b8d7c
4 changed files with 36 additions and 35 deletions
+20 -22
View File
@@ -1,7 +1,7 @@
<!--左侧导航菜单 liuyan -->
<template>
<div class="nav-menu v-class" :class="{'is-collapse': isCollapse}">
<div class="nav-menu-header" style="height: 65px; background-color: #171E4A;">
<div class="nav-menu-header" style="height: 65px; background-color: #0068B7;">
<div class="header-left">
<div class="logo">
<img :src="logo" height="58" width="149" />
@@ -16,9 +16,9 @@
<el-menu
unique-opened
:default-active="defaultActive"
background-color="#5ea9f6"
text-color="#000"
active-text-color="#ffd04b"
background-color="#f00"
text-color="#fff"
active-text-color="#ff0"
router
:collapse="isCollapse"
>
@@ -105,7 +105,7 @@ export default {
// menuId: 'RAFQ4N4ARF'
// },
{
title: '国内标准法规',
title: '国内法规',
path: '/domesticStandardsAndRegulations',
menuId: '3e3657498664beaa0dc1de1ecb3ae0da'
},
@@ -120,12 +120,12 @@ export default {
// menuId: ''
// },
{
title: '海外标准法规',
title: '海外法规',
path: '/foreignStandardsAndRegulations',
menuId: '18c1e5134ea0cf865e8960b26b81fd8c'
},
{
title: '标准征求意见',
title: '征求意见',
path: '/standardForComments',
menuId: '2b25c67f10abbbadf37d60daaaec54d3'
},
@@ -140,7 +140,7 @@ export default {
// // // path: '/demo2One'
// // // },
{
title: '标准法规清单',
title: '法规清单',
path: '/accessStandardsAndRegulations',
menuId: '08dbd417864b08426034ca56d1fa3d02'
},
@@ -157,7 +157,7 @@ export default {
// // // path: '/localProductsOrProjectLibrary'
// // // },
{
title: '企业标准',
title: '企业标准',
path: '/enterpriseStandardDatabase',
menuId: '01ed8f752748227777b3572d56ee9ab5'
},
@@ -176,7 +176,7 @@ export default {
menuId: '42ce39c9f953be65a3e5643a4a2c786f'
},*/
{
title: '未符合项整改',
title: '未符合项',
path: '/nonConfomity',
menuId: '0119abd677e0204e061eb0f0b8cafda0'
},
@@ -190,7 +190,7 @@ export default {
// menuId: 'MQBAGJQMSRZDRX3X5AVR'
// },
{
title: '标准合规评估结果', // 把 标准涉及项目 这几个字 改成 标准合规评估结果
title: '合规评估', // 把 标准涉及项目 这几个字 改成 标准合规评估结果
path: '/standInvolveProject',
menuId: '8a9c87fe06244fb9d55e78fb281f625b'
}
@@ -230,7 +230,7 @@ export default {
// path: '/standardWarning'
// },
{
title: '标准内容自动识别',
title: 'OCR识别',
path: '/standardRecognition',
menuId: '3db80f62af9d96d6dfc6d429eea4b29b'
},
@@ -291,7 +291,7 @@ export default {
menuId: 'adff323',
children: [
{
title: '标准法规属性管理',
title: '属性管理',
path: '/standLawsAttrManage',
menuId: '72a24657972d286b8b5d80735cf4eee2'
},
@@ -350,7 +350,7 @@ export default {
// menuId: '3C87BSHJUF'
// },
{
title: '标准属性自定义',
title: '属性配置',
path: '/attributeCustom',
menuId: '9cdb9b40157dd967b664b9af462b960b'
},
@@ -517,7 +517,7 @@ export default {
}
&:not(.is-collapse) {
width: 212px;
background: rgb(255, 255, 255);
background: #0068B7;
background-size: 100% 100%;
.logo {
padding: 10px;
@@ -537,7 +537,7 @@ export default {
align-items: center;
justify-content: center;
width: 15px;
height: calc(100% - 69px);
height: calc(100% - 65px);
background: #EEE;
cursor: pointer;
&:hover{
@@ -556,7 +556,7 @@ export default {
/*background:url("../../assets/images/shangqi/home/logo3.png");*/
}
/deep/:not(.is-collapse) .el-menu-item.is-active{
background: #f0f7ff !important;
background: #fff !important;
color: #4091FF !important;
}
}
@@ -580,19 +580,18 @@ export default {
}
.nav-menu-popper .el-menu .el-menu-item.is-active {
background-color: #fff !important;
color: #5ea9f6 !important;
color: #0068B7 !important;
font-weight: bold;
}
.nav-menu-popper .el-menu .el-menu-item:hover {
background-color: #fff !important;
color: #5ea9f6 !important;
color: #0068B7 !important;
font-weight: bold;
}
.el-menu-item {
padding: 0 16px !important;
span {
font-weight: normal;
margin-left: 5px;
}
.shangqi-icon {
@@ -659,11 +658,10 @@ export default {
.el-menu-item {
padding-left: 29px !important;
div {
font-weight: normal;
}
}
/deep/.el-menu {
padding-left: 18px;
/*padding-left: 18px;*/
}
}
.el-menu--collapse{