From 091f4ed871c30160a97feccdfe32005b3a4fcbc7 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期四, 18 十一月 2021 13:33:40 +0800
Subject: [PATCH] Merge branch 'master' of ssh://192.168.0.10:29418/pcalife/PAM

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