style: 资产卡片金额字号从28px改为22px

This commit is contained in:
2026-04-07 15:42:32 +08:00
parent 34b203518b
commit 4b6eb009a9
3 changed files with 4 additions and 4 deletions

View File

@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
_flutter.loader.load({ _flutter.loader.load({
serviceWorkerSettings: { serviceWorkerSettings: {
serviceWorkerVersion: "3714701360" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */ serviceWorkerVersion: "2006425100" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
} }
}); });

View File

@@ -34562,7 +34562,7 @@ wp(a){var s=A.f(a).ax,r=s.rx
return A.fp().$4$color$fontSize$fontWeight$height(r==null?s.k3:r,11,B.I,1.35)}, return A.fp().$4$color$fontSize$fontWeight$height(r==null?s.k3:r,11,B.I,1.35)},
ah5(a){var s=A.f(a).ax,r=s.rx ah5(a){var s=A.f(a).ax,r=s.rx
return A.fp().$4$color$fontSize$fontWeight$height(r==null?s.k3:r,11,B.L,1.35)}, return A.fp().$4$color$fontSize$fontWeight$height(r==null?s.k3:r,11,B.L,1.35)},
b3c(a){return A.fp().$6$color$fontFeatures$fontSize$fontWeight$height$letterSpacing(A.f(a).ax.k3,B.ob,28,B.N,1.15,-0.5)}, b3c(a){return A.fp().$6$color$fontFeatures$fontSize$fontWeight$height$letterSpacing(A.f(a).ax.k3,B.ob,22,B.N,1.15,-0.5)},
mo(a){return A.fp().$5$color$fontFeatures$fontSize$fontWeight$height(A.f(a).ax.k3,B.ob,14,B.L,1.25)}, mo(a){return A.fp().$5$color$fontFeatures$fontSize$fontWeight$height(A.f(a).ax.k3,B.ob,14,B.L,1.25)},
aZs(a){return A.fp().$5$color$fontFeatures$fontSize$fontWeight$height(A.f(a).ax.k3,B.ob,12,B.I,1.3)}, aZs(a){return A.fp().$5$color$fontFeatures$fontSize$fontWeight$height(A.f(a).ax.k3,B.ob,12,B.I,1.3)},
bmk(a){var s bmk(a){var s

View File

@@ -348,9 +348,9 @@ class AppTextStyles {
// 數字/金額 - Inter (等寬特性) // 數字/金額 - Inter (等寬特性)
// ============================================ // ============================================
/// 大號數字 (28px w700) - 總資產、餘額 /// 大號數字 (22px w700) - 總資產、餘額
static TextStyle numberLarge(BuildContext context) => GoogleFonts.inter( static TextStyle numberLarge(BuildContext context) => GoogleFonts.inter(
fontSize: 28, fontSize: 22,
fontWeight: FontWeight.w700, fontWeight: FontWeight.w700,
color: Theme.of(context).colorScheme.onSurface, color: Theme.of(context).colorScheme.onSurface,
height: 1.15, height: 1.15,