From d24c9dde20cba23b96082b4db81b5223c75e4ea9 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 08 三月 2023 09:06:28 +0800 Subject: [PATCH] 身份证正反面调整 --- src/views/layout/components/Header/index.vue | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/views/layout/components/Header/index.vue b/src/views/layout/components/Header/index.vue index 487de32..1fa1ed9 100644 --- a/src/views/layout/components/Header/index.vue +++ b/src/views/layout/components/Header/index.vue @@ -153,6 +153,12 @@ url: '', id: '3f', }, + { + label: '娌圭儫妫�娴�', + checked: false, + url: '', + id: '4f', + }, ], flag: { user: false, @@ -171,6 +177,13 @@ }, created() { this.setLoginInfo(); + }, + watch:{ + $route() { + this.menuLeftList.map(item=>{ + item.checked = false + }) + }, }, methods: { cancelChannel(){ @@ -354,6 +367,14 @@ color: #fff; background-color: #313350; } + .my-active:hover { + color: #2f54eb; + background-color: #313350; + } + .my-activeno:hover{ + color: #2f54eb; + background-color: #313350; + } } .header-right { @@ -466,8 +487,9 @@ .user:hover, .btn:hover { - background-color: #092c4a; + //background-color: #092c4a; cursor: pointer; + color: #2f54eb; } } } -- Gitblit v1.8.0