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
+3 -3
View File
@@ -4,9 +4,9 @@
<div class="content-box" v-if="isBoolean"> <div class="content-box" v-if="isBoolean">
<nav-menu></nav-menu> <nav-menu></nav-menu>
<div class="sub-container"> <div class="sub-container">
<div style="background-color: #171E4A; height: 65px; width: 100%"> <div style="background-color: #0068B7; height: 65px; width: 100%">
<span style="color: #fff; line-height: 65px; float: left; font-size: 20px;"> <span style="color: #fff; line-height: 65px; float: left; font-size: 20px; font-weight: 600;">
标准法规管理系统 standard and regulations management system 标准法规管理系统 Standard and Regulations Management System
</span> </span>
<!-- header头部 右侧内容 当前登录人和退出--> <!-- header头部 右侧内容 当前登录人和退出-->
<div class="header-right" style="display: inline-block; float: right; margin-right: 20px; color: #fff"> <div class="header-right" style="display: inline-block; float: right; margin-right: 20px; color: #fff">
+20 -22
View File
@@ -1,7 +1,7 @@
<!--左侧导航菜单 liuyan --> <!--左侧导航菜单 liuyan -->
<template> <template>
<div class="nav-menu v-class" :class="{'is-collapse': isCollapse}"> <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="header-left">
<div class="logo"> <div class="logo">
<img :src="logo" height="58" width="149" /> <img :src="logo" height="58" width="149" />
@@ -16,9 +16,9 @@
<el-menu <el-menu
unique-opened unique-opened
:default-active="defaultActive" :default-active="defaultActive"
background-color="#5ea9f6" background-color="#f00"
text-color="#000" text-color="#fff"
active-text-color="#ffd04b" active-text-color="#ff0"
router router
:collapse="isCollapse" :collapse="isCollapse"
> >
@@ -105,7 +105,7 @@ export default {
// menuId: 'RAFQ4N4ARF' // menuId: 'RAFQ4N4ARF'
// }, // },
{ {
title: '国内标准法规', title: '国内法规',
path: '/domesticStandardsAndRegulations', path: '/domesticStandardsAndRegulations',
menuId: '3e3657498664beaa0dc1de1ecb3ae0da' menuId: '3e3657498664beaa0dc1de1ecb3ae0da'
}, },
@@ -120,12 +120,12 @@ export default {
// menuId: '' // menuId: ''
// }, // },
{ {
title: '海外标准法规', title: '海外法规',
path: '/foreignStandardsAndRegulations', path: '/foreignStandardsAndRegulations',
menuId: '18c1e5134ea0cf865e8960b26b81fd8c' menuId: '18c1e5134ea0cf865e8960b26b81fd8c'
}, },
{ {
title: '标准征求意见', title: '征求意见',
path: '/standardForComments', path: '/standardForComments',
menuId: '2b25c67f10abbbadf37d60daaaec54d3' menuId: '2b25c67f10abbbadf37d60daaaec54d3'
}, },
@@ -140,7 +140,7 @@ export default {
// // // path: '/demo2One' // // // path: '/demo2One'
// // // }, // // // },
{ {
title: '标准法规清单', title: '法规清单',
path: '/accessStandardsAndRegulations', path: '/accessStandardsAndRegulations',
menuId: '08dbd417864b08426034ca56d1fa3d02' menuId: '08dbd417864b08426034ca56d1fa3d02'
}, },
@@ -157,7 +157,7 @@ export default {
// // // path: '/localProductsOrProjectLibrary' // // // path: '/localProductsOrProjectLibrary'
// // // }, // // // },
{ {
title: '企业标准', title: '企业标准',
path: '/enterpriseStandardDatabase', path: '/enterpriseStandardDatabase',
menuId: '01ed8f752748227777b3572d56ee9ab5' menuId: '01ed8f752748227777b3572d56ee9ab5'
}, },
@@ -176,7 +176,7 @@ export default {
menuId: '42ce39c9f953be65a3e5643a4a2c786f' menuId: '42ce39c9f953be65a3e5643a4a2c786f'
},*/ },*/
{ {
title: '未符合项整改', title: '未符合项',
path: '/nonConfomity', path: '/nonConfomity',
menuId: '0119abd677e0204e061eb0f0b8cafda0' menuId: '0119abd677e0204e061eb0f0b8cafda0'
}, },
@@ -190,7 +190,7 @@ export default {
// menuId: 'MQBAGJQMSRZDRX3X5AVR' // menuId: 'MQBAGJQMSRZDRX3X5AVR'
// }, // },
{ {
title: '标准合规评估结果', // 把 标准涉及项目 这几个字 改成 标准合规评估结果 title: '合规评估', // 把 标准涉及项目 这几个字 改成 标准合规评估结果
path: '/standInvolveProject', path: '/standInvolveProject',
menuId: '8a9c87fe06244fb9d55e78fb281f625b' menuId: '8a9c87fe06244fb9d55e78fb281f625b'
} }
@@ -230,7 +230,7 @@ export default {
// path: '/standardWarning' // path: '/standardWarning'
// }, // },
{ {
title: '标准内容自动识别', title: 'OCR识别',
path: '/standardRecognition', path: '/standardRecognition',
menuId: '3db80f62af9d96d6dfc6d429eea4b29b' menuId: '3db80f62af9d96d6dfc6d429eea4b29b'
}, },
@@ -291,7 +291,7 @@ export default {
menuId: 'adff323', menuId: 'adff323',
children: [ children: [
{ {
title: '标准法规属性管理', title: '属性管理',
path: '/standLawsAttrManage', path: '/standLawsAttrManage',
menuId: '72a24657972d286b8b5d80735cf4eee2' menuId: '72a24657972d286b8b5d80735cf4eee2'
}, },
@@ -350,7 +350,7 @@ export default {
// menuId: '3C87BSHJUF' // menuId: '3C87BSHJUF'
// }, // },
{ {
title: '标准属性自定义', title: '属性配置',
path: '/attributeCustom', path: '/attributeCustom',
menuId: '9cdb9b40157dd967b664b9af462b960b' menuId: '9cdb9b40157dd967b664b9af462b960b'
}, },
@@ -517,7 +517,7 @@ export default {
} }
&:not(.is-collapse) { &:not(.is-collapse) {
width: 212px; width: 212px;
background: rgb(255, 255, 255); background: #0068B7;
background-size: 100% 100%; background-size: 100% 100%;
.logo { .logo {
padding: 10px; padding: 10px;
@@ -537,7 +537,7 @@ export default {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 15px; width: 15px;
height: calc(100% - 69px); height: calc(100% - 65px);
background: #EEE; background: #EEE;
cursor: pointer; cursor: pointer;
&:hover{ &:hover{
@@ -556,7 +556,7 @@ export default {
/*background:url("../../assets/images/shangqi/home/logo3.png");*/ /*background:url("../../assets/images/shangqi/home/logo3.png");*/
} }
/deep/:not(.is-collapse) .el-menu-item.is-active{ /deep/:not(.is-collapse) .el-menu-item.is-active{
background: #f0f7ff !important; background: #fff !important;
color: #4091FF !important; color: #4091FF !important;
} }
} }
@@ -580,19 +580,18 @@ export default {
} }
.nav-menu-popper .el-menu .el-menu-item.is-active { .nav-menu-popper .el-menu .el-menu-item.is-active {
background-color: #fff !important; background-color: #fff !important;
color: #5ea9f6 !important; color: #0068B7 !important;
font-weight: bold; font-weight: bold;
} }
.nav-menu-popper .el-menu .el-menu-item:hover { .nav-menu-popper .el-menu .el-menu-item:hover {
background-color: #fff !important; background-color: #fff !important;
color: #5ea9f6 !important; color: #0068B7 !important;
font-weight: bold; font-weight: bold;
} }
.el-menu-item { .el-menu-item {
padding: 0 16px !important; padding: 0 16px !important;
span { span {
font-weight: normal;
margin-left: 5px; margin-left: 5px;
} }
.shangqi-icon { .shangqi-icon {
@@ -659,11 +658,10 @@ export default {
.el-menu-item { .el-menu-item {
padding-left: 29px !important; padding-left: 29px !important;
div { div {
font-weight: normal;
} }
} }
/deep/.el-menu { /deep/.el-menu {
padding-left: 18px; /*padding-left: 18px;*/
} }
} }
.el-menu--collapse{ .el-menu--collapse{
+3 -2
View File
@@ -37,15 +37,16 @@
cursor: pointer; cursor: pointer;
padding-left: 10px; padding-left: 10px;
& > div { & > div {
border-radius: 5px;
width: 100%; width: 100%;
height: 70px; height: 70px;
background-color: #E4E4E4; background-color: #99BEDB;
} }
} }
.wx-card:hover { .wx-card:hover {
& > div { & > div {
color: #fff; color: #fff;
background-color: #5ea9f6; background-color: #0068B7;
} }
} }
.wx-card1 { .wx-card1 {
+7 -5
View File
@@ -11,10 +11,12 @@
class="home-tabs" class="home-tabs"
@tab-click="handleTabClick" @tab-click="handleTabClick"
> >
<el-tab-pane label="标准征求意见" name="solicitOpinions"> <el-tab-pane name="solicitOpinions">
<span slot="label"><i class="el-icon-s-order"></i> 标准征求意见</span>
<solicitOpinions></solicitOpinions> <solicitOpinions></solicitOpinions>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="标准发布" name="release"> <el-tab-pane name="release">
<span slot="label"><i class="el-icon-s-promotion"></i> 标准发布</span>
<release></release> <release></release>
</el-tab-pane> </el-tab-pane>
</el-tabs> </el-tabs>
@@ -141,11 +143,11 @@ export default {
::v-deep { ::v-deep {
.el-tabs__item { .el-tabs__item {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 600;
color: #333333; /*color: #333333;*/
} }
.el-tabs__nav-wrap::after { .el-tabs__nav-wrap::after {
background-color: transparent; /*background-color: transparent;*/
} }
} }
} }