From 33d0d51a799302ebc3ff47b86dbce4c1912abd22 Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期二, 30 十一月 2021 10:10:43 +0800 Subject: [PATCH] [update] 【todo 131218】嚴選配對 與 快速篩選 的滿意度評分皆改成 列出指定滿意度評分以上的顧問 --- PAMapp/components/NavBar.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue index 515332f..d9dfe90 100644 --- a/PAMapp/components/NavBar.vue +++ b/PAMapp/components/NavBar.vue @@ -47,7 +47,7 @@ navBarList = [{ authorityOfRoleList: [Role.NOT_LOGIN], routeUrl: '/login', - title: '��', + title: '�� | 閮餃��', }, { authorityOfRoleList: [Role.USER], @@ -114,7 +114,7 @@ display: flex; align-items: center; background-color: $PRIMARY_WHITE; - z-index: 3; + z-index: 6; .pam-header__logo { height: 30px; -- Gitblit v1.8.0