From b77e8e776af4d81e748e9e21d51b64a11085a195 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期四, 19 十二月 2024 10:49:11 +0800
Subject: [PATCH] 未提交退出提示

---
 components/empty/index.wxss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/components/empty/index.wxss b/components/empty/index.wxss
index f3c99da..6cf59e2 100644
--- a/components/empty/index.wxss
+++ b/components/empty/index.wxss
@@ -1,8 +1,9 @@
 .noData-box {
   text-align: center;
+  padding: 80rpx;
 }
 
-.noData-box image {
+.noData-box .note-icon {
   width: 205rpx !important;
   height: 133rpx !important;
 }

--
Gitblit v1.9.1