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; }