From 15b0d7c5ae71d3857375d2c2bf5c5590ff32676f Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Tue, 21 Jun 2022 17:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E5=8A=A0=E9=98=B4=E5=BD=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/components/header.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue index 6c4639dd..3fc68faa 100644 --- a/front/src/views/home/components/header.vue +++ b/front/src/views/home/components/header.vue @@ -131,6 +131,7 @@ const select = ref(router.currentRoute.value.name) const mynoticeFlag = ref(false) const mynoticeData = ref([]) + // eslint-disable-next-line no-undef const navList = ref(navListManagement.navList) const props = defineProps({ showView: { type: String, default: '' }, @@ -362,6 +363,7 @@ } .white { background-color: #fff; + box-shadow: 0 0.02rem 0.1rem rgba(0, 0, 0, 0.1); .name { color: #0058e1; }