From a4732ed02e1c14ae4413296f33651e9f38237950 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 28 Jan 2021 14:30:10 +0800
Subject: [PATCH] 增加顶部导航可控性

---
 common/custom.scss |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/custom.scss b/common/custom.scss
index 81fb587..f56f960 100644
--- a/common/custom.scss
+++ b/common/custom.scss
@@ -3,7 +3,7 @@
  * @author Tevin
  */
 
-@import "../components/common/sassMixin";
+@import "./sassMixin";
 
 .taro-tabbar__container {
     font-size: 0.65rem;

--
Gitblit v1.9.1