From a0a1c206612de9a3e9d64f3d45564c0ff03f93f6 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 02 一月 2025 15:22:13 +0800
Subject: [PATCH] 环境

---
 h5/App.vue |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index 878bfe5..526bb3b 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -1,7 +1,7 @@
 <script>
 export default {
   onLaunch: function () {
-    
+    // const result = uni.getWindowInfo()
   },
   onShow: function () {
     console.log('App Show')
@@ -15,14 +15,28 @@
 <style lang="scss">
 /*姣忎釜椤甸潰鍏叡css */
 @import "uview-ui/index.scss";
+// @import "./uni_modules/uview-ui/index.scss";
 body{
 	font-size: 28rpx;
+}
+.primaryColor {
+	color: $primaryColor !important;
 }
 .flex-cb {
   display: flex;
   justify-content: space-between;
   align-items: center;
 }
+.empty_wrap{
+	display: flex;
+	flex-direction: column;
+	justify-content: center;
+	align-items: center;
+	height: 100%;
+	image{
+		width: 320rpx;
+	}
+}
 .bg{
 	width: 100%;
 	height: 100%;

--
Gitblit v1.9.3