From 915424730f27445da2e8de13b62e77179cc1a15a Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期一, 18 八月 2025 17:07:39 +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