From cfd8c1b9f5acce841d118d951458565d16ba5719 Mon Sep 17 00:00:00 2001 From: 劉鈞霖 <benson@gmail.com> Date: 星期三, 24 十一月 2021 14:59:46 +0800 Subject: [PATCH] Merge branch 'master' of ssh://dev.pollex.com.tw:29418/pcalife/PAM --- PAMapp/components/NavBar.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue index 20578a1..515332f 100644 --- a/PAMapp/components/NavBar.vue +++ b/PAMapp/components/NavBar.vue @@ -9,7 +9,7 @@ <div class="pam-header__action-bar"> <i class="icon-bell text--dark-blue cursor--pointer fix-chrome-click--issue" @click="$router.push('/notification')"></i> - <el-dropdown :class="{'is-open':isOpenDropdown}" + <el-dropdown :class="{'is-open':isOpenDropdown}" ref="dropdown" trigger="click" @command="routerNavigateTo"> @@ -36,7 +36,7 @@ import { namespace } from 'nuxt-property-decorator'; import { Role } from '~/assets/ts/models/enum/Role'; import * as _ from 'lodash'; - + const roleStorage = namespace('localStorage'); @Component export default class NavBar extends Vue { @@ -184,7 +184,7 @@ color: $PRIMARY_WHITE; } } - } + } @include desktop { .pam-header { @@ -202,7 +202,7 @@ .pam-header__title { display: flex; - justify-content: start; + justify-content: flex-start; align-items: center; border: none; padding-left: 30px; -- Gitblit v1.8.0