From d2c4004ad8538bcf6f177016f2107369f93df619 Mon Sep 17 00:00:00 2001
From: Mr Ke <kelq@hugeinfo.com.cn>
Date: Wed, 27 May 2020 11:45:24 +0800
Subject: [PATCH] 指纹仪

---
 SunshineLnsMinApp/app.wxss |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/SunshineLnsMinApp/app.wxss b/SunshineLnsMinApp/app.wxss
index 4ce7a75..d055adf 100644
--- a/SunshineLnsMinApp/app.wxss
+++ b/SunshineLnsMinApp/app.wxss
@@ -1,7 +1,9 @@
 /**app.wxss**/
 
+@import "colorui/main.wxss";
+@import "colorui/icon.wxss";
+
 .container {
-  height: 100%;
   display: flex;
   flex-direction: column;
   align-items: center;

--
Gitblit v1.8.0