From 7513caed505efa2be0dfb0dafd168dd5af78f92d Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 13 二月 2025 10:52:32 +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