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 @@