From 269f0759a64927c2ea06a9d7de92ecfd0be7df5b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 13 七月 2020 10:00:04 +0800
Subject: [PATCH] 2020-07-13

---
 src/mob/header/index.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mob/header/index.scss b/src/mob/header/index.scss
index f6a1e0e..a71158f 100644
--- a/src/mob/header/index.scss
+++ b/src/mob/header/index.scss
@@ -1,7 +1,11 @@
 .mob-header-container {
   width: 100%;
   height: 48px;
+  padding-right: 320px;
   color: rgba(255, 255, 255, 0.65);
+  position: fixed;
+  top: 0px;
+  z-index: 10;
   
   background: #001529;
   border-bottom: 1px solid #000;

--
Gitblit v1.8.0