From 19f0eca493f7e17ab7b67d28cf77d80de364576c Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 28 十月 2024 15:00:57 +0800
Subject: [PATCH] ll

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

diff --git a/h5/App.vue b/h5/App.vue
index 6594094..487c8ad 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -29,7 +29,18 @@
   max-width: 800rpx;
   overflow-y: auto;
 }
-
+.empty_wrap{
+	display: flex;
+	flex-direction: column;
+	justify-content: center;
+	align-items: center;
+	color: #666666;
+	min-height: 600rpx;
+	image{
+		width: 300rpx;
+		height: 300rpx;
+	}
+}
 .doumee-container .ivu-tabs-nav {
   width: 100%;
 }
@@ -126,7 +137,7 @@
   font-size: 28rpx;
 }
 .red{
-	color: red;
+	color: red !important;
 }
 
 //璁剧疆鍦嗚

--
Gitblit v1.9.3