From b5e4a1259b44bd0bbaa176f4a111cf5762f8f35b Mon Sep 17 00:00:00 2001 From: luo Date: Wed, 29 Jul 2026 16:32:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/asset-package-history/asset-package-history.vue | 4 ++-- pages/auth/auth.vue | 4 ++-- pages/device-exchange/device-exchange.vue | 5 +++-- pages/my-wallet/my-wallet.vue | 8 ++++---- pages/order-list/order-list.vue | 6 +++--- pages/package-order/package-order.vue | 6 +++--- pages/switch/switch.vue | 4 ++-- 7 files changed, 19 insertions(+), 18 deletions(-) diff --git a/pages/asset-package-history/asset-package-history.vue b/pages/asset-package-history/asset-package-history.vue index 62d2258..be06ecf 100644 --- a/pages/asset-package-history/asset-package-history.vue +++ b/pages/asset-package-history/asset-package-history.vue @@ -2,7 +2,7 @@ - 📦 + 资产套餐历史 暂无套餐记录 当前账号下暂无套餐历史信息 @@ -183,7 +183,7 @@ justify-content: center; padding: 120rpx 40rpx; min-height: 400rpx; - .empty-icon { font-size: 120rpx; margin-bottom: 30rpx; opacity: 0.6; } + .empty-icon { width: 120rpx; height: 120rpx; margin-bottom: 30rpx; opacity: 0.6; } .empty-title { font-size: 32rpx; font-weight: 600; color: var(--text-primary); margin-bottom: 16rpx; } .empty-desc { font-size: 26rpx; color: var(--text-tertiary); text-align: center; } } diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index 4977a97..8f1f259 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -1,7 +1,7 @@