From f74d302a60ea1ca9213f3413088620a1287bc479 Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期四, 18 十一月 2021 11:45:13 +0800
Subject: [PATCH] TODO#130455 backActionBar 固定置頂

---
 PAMapp/components/BackActionBar.vue |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue
index e8b993c..dd01052 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -49,10 +49,16 @@
 
 <style lang="scss" scoped>
 .pam-back-action-bar {
-  height: 53px;
+  height: $MOB_NAV_BAR;
   border: 1px solid #CCCCCC;
   display: flex;
   align-items: center;
+  position: fixed;
+  top: 0;
+  left: 0;
+  width: 100%;
+  background-color: $PRIMARY_WHITE;
+  z-index: 6;
   i {
     font-size: 20px;
     padding-right: 14px;

--
Gitblit v1.8.0