From df4377b5d40ab08a980d582da2798248a83a8828 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 27 Jan 2021 19:29:42 +0800
Subject: [PATCH] 修复样式引用问题

---
 layout/h5Page/cNavBar.scss |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/layout/h5Page/cNavBar.scss b/layout/h5Page/cNavBar.scss
index 236a287..ab18e99 100644
--- a/layout/h5Page/cNavBar.scss
+++ b/layout/h5Page/cNavBar.scss
@@ -30,6 +30,7 @@
         }
         .at-icon-bullet-list {
             margin-right: 6PX;
+            pointer-events: none;
         }
     }
     .at-nav-bar__container--hide {
@@ -57,9 +58,9 @@
                 border-radius: 0.1rem;
                 box-shadow: rgba(#000, 0.1) 0 1PX 1PX 1PX;
                 .item {
-                    padding: 0 0.4rem;
+                    padding: 0 0.45rem;
                     text-align: center;
-                    line-height: 1.45rem;
+                    line-height: 1.6rem;
                     font-size: 0.65rem;
                     @include ellipsis(100%);
                     box-sizing: border-box;

--
Gitblit v1.9.1