From 5ecc13a3fc5ad85be662a762198cf7d3dd27304a Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 25 十一月 2021 12:31:46 +0800
Subject: [PATCH] update: 所在地區選擇器縣市名稱

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