diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index 1167187..e66332f 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -138,26 +138,26 @@ {{$t('sidebar.ReArticles')}} - - - Management System - - - - - Official mailbox - - - - - www.grammarly.com - - - - - quillbot.com - - + + + Management System + + + + + Official mailbox + + + + + www.grammarly.com + + + + + quillbot.com + + @@ -222,106 +222,108 @@ // index: 'partyList', // title: this.$t('sidebar.userTalSys1') // } - // , { - // index: 'partyDelete', - // title: this.$t('sidebar.userTalSys2') - // }, { - // index: 'editorBorder', - // title: this.$t('sidebar.userTalSys3') - // }, { - // index: 'reviewerApplyList', - // title: this.$t('sidebar.userTalSys4') - // }, { - // index: 'reviewerAuthorList', - // title: this.$t('sidebar.userTalSys5') - // }, { - // index: 'reviewerList', - // title: this.$t('sidebar.userTalSys6') - // }, { - // index: 'editApplyList', - // title: this.$t('sidebar.userTalSys7') - // }, { - // index: 'youthApplyList', - // title: this.$t('sidebar.userTalSys8') - // }, - // ] + // , { + // index: 'partyDelete', + // title: this.$t('sidebar.userTalSys2') + // }, { + // index: 'editorBorder', + // title: this.$t('sidebar.userTalSys3') + // }, { + // index: 'reviewerApplyList', + // title: this.$t('sidebar.userTalSys4') + // }, { + // index: 'reviewerAuthorList', + // title: this.$t('sidebar.userTalSys5') + // }, { + // index: 'reviewerList', + // title: this.$t('sidebar.userTalSys6') + // }, { + // index: 'editApplyList', + // title: this.$t('sidebar.userTalSys7') + // }, { + // index: 'youthApplyList', + // title: this.$t('sidebar.userTalSys8') + // }, + // ] // }, { icon: 'el-icon-user', index: '4', title: this.$t('sidebar.userManSys'), subs: [{ - title: this.$t('sidebar.userManSys1'), - index: '41', - subs: [ - // { - // index: 'partyListAct', - // title: this.$t('sidebar.userManSys11') - // },{ - // index: 'partyListIna', - // title: this.$t('sidebar.userManSys12') - // }, + title: this.$t('sidebar.userManSys1'), + index: '41', + subs: [ + // { + // index: 'partyListAct', + // title: this.$t('sidebar.userManSys11') + // },{ + // index: 'partyListIna', + // title: this.$t('sidebar.userManSys12') + // }, + { + index: 'partyList', + title: this.$t('sidebar.userManSys14') + }, + { + index: 'partyListCorr', + title: this.$t('sidebar.userManSys15') + }, + { + index: 'partyListPot', + title: this.$t('sidebar.userManSys13') + } + ] + }, + // { + // index: '', + // title: this.$t('sidebar.userManSys2') + // }, { - index: 'partyList', - title: this.$t('sidebar.userManSys14') + title: this.$t('sidebar.userManSys3'), + index: '43', + subs: [{ + index: 'reviewerList', + title: this.$t('sidebar.userManSys31') + }, { + index: 'reviewerApplyList', + title: this.$t('sidebar.userManSys32') + }, { + index: 'reviewerAuthorList', + title: this.$t('sidebar.userManSys33') + }] + }, { + title: this.$t('sidebar.userManSys4'), + index: '44', + subs: [{ + index: 'editorBorder', + title: this.$t('sidebar.userManSys41') + }, { + index: 'editApplyList', + title: this.$t('sidebar.userManSys42') + }] + }, { + title: this.$t('sidebar.userManSys5'), + index: '45', + subs: [{ + index: 'youthList', + title: this.$t('sidebar.userManSys51') + }, + { + index: 'youthApplyList', + title: this.$t('sidebar.userManSys52') + } + ] }, { - index: 'partyListCorr', - title: this.$t('sidebar.userManSys15') + index: 'disseMRecord', + title: this.$t('sidebar.userManSys6') }, { - index: 'partyListPot', - title: this.$t('sidebar.userManSys13') - }] - }, - // { - // index: '', - // title: this.$t('sidebar.userManSys2') - // }, - { - title: this.$t('sidebar.userManSys3'), - index: '43', - subs: [{ - index: 'reviewerList', - title: this.$t('sidebar.userManSys31') - },{ - index: 'reviewerApplyList', - title: this.$t('sidebar.userManSys32') - },{ - index: 'reviewerAuthorList', - title: this.$t('sidebar.userManSys33') - }] - }, { - title: this.$t('sidebar.userManSys4'), - index: '44', - subs: [{ - index: 'editorBorder', - title: this.$t('sidebar.userManSys41') - },{ - index: 'editApplyList', - title: this.$t('sidebar.userManSys42') - }] - }, { - title: this.$t('sidebar.userManSys5'), - index: '45', - subs: [ - { - index: 'youthList', - title: this.$t('sidebar.userManSys51') - }, - { - index: 'youthApplyList', - title: this.$t('sidebar.userManSys52') - }] - }, - { - index: 'disseMRecord', - title: this.$t('sidebar.userManSys6') - }, - { - index: 'partyDelete', - title: this.$t('sidebar.userManSys7') - }] + index: 'partyDelete', + title: this.$t('sidebar.userManSys7') + } + ] }, { icon: 'el-icon-data-analysis', @@ -549,4 +551,16 @@ .el-menu-item i { color: #fff; } + + .linkBar { + color: #fff; + display: block; + line-height: 50px; + padding: 0 0 0 40px; + font-size: 14px; + } + + .linkBar:hover { + background: #00527a; + }