From c02e7a8fe42de2a5796e95e573f9e6b6735e4d0d Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 25 三月 2025 17:06:43 +0800
Subject: [PATCH] fix: 四期需求

---
 packages/components/src/styles/loading.scss |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/packages/components/src/styles/loading.scss b/packages/components/src/styles/loading.scss
index b5dacbe..6fb4dfe 100644
--- a/packages/components/src/styles/loading.scss
+++ b/packages/components/src/styles/loading.scss
@@ -9,26 +9,26 @@
   flex-direction: column;
 
   .no-data-img {
-    width: 284px;
-    height: 202px;
+    width: 568px;
+    height: 404px;
   }
 
   .no-data-text {
-    font-size: 20px;
+    font-size: 40px;
     color: #333333;
     line-height: 2.4;
   }
 }
 
 .loading-layout-loading-content-wrapper {
-  padding: 40px;
+  padding: 80px;
   display: flex;
   justify-content: center;
   align-items: center;
 
   .nut-icon {
     color: boleGetCssVar('text-color', 'primary');
-    margin-right: 8px;
+    margin-right: 16rpx;
   }
 
   .list-empty-hint-text {

--
Gitblit v1.9.1