diff --git a/src/assets/reception/department-list-item-bkg.png b/src/assets/reception/department-list-item-bkg.png new file mode 100644 index 0000000..24f1445 Binary files /dev/null and b/src/assets/reception/department-list-item-bkg.png differ diff --git a/src/components/Reception/Navbar.vue b/src/components/Reception/Navbar.vue index f5c8467..9d208d0 100644 --- a/src/components/Reception/Navbar.vue +++ b/src/components/Reception/Navbar.vue @@ -30,8 +30,9 @@ export default { display: flex; align-items: center; background: #247EC3; + filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.4)); - z-index: 999; + z-index: 999999; position: sticky; top: 0; @@ -71,6 +72,7 @@ export default { font-weight: 500; color: #FFFFFF; line-height: 33px; + cursor: pointer; } margin-left: auto; diff --git a/src/components/Reception/Search.vue b/src/components/Reception/Search.vue index 8de0abb..8326f3a 100644 --- a/src/components/Reception/Search.vue +++ b/src/components/Reception/Search.vue @@ -1,81 +1,73 @@