From 6df96b3e7a7da1985ee875e84711e9f15c5fbff0 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 24 十二月 2024 18:25:02 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- 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