降低交易页价格字号:32→24px,配合FittedBox自适应
This commit is contained in:
@@ -37,6 +37,6 @@ _flutter.buildConfig = {"engineRevision":"e4b8dca3f1b4ede4c30371002441c88c12187e
|
||||
|
||||
_flutter.loader.load({
|
||||
serviceWorkerSettings: {
|
||||
serviceWorkerVersion: "1498569289" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
||||
serviceWorkerVersion: "2477319696" /* Flutter's service worker is deprecated and will be removed in a future Flutter release. */
|
||||
}
|
||||
});
|
||||
|
||||
@@ -108014,7 +108014,7 @@ return A.az(q,A.ci(A.H(this.c,q,q,q,q,o.ah(r==null?s.k3:r),q,q),q,q),B.l,q,q,new
|
||||
A.YO.prototype={
|
||||
I(a){var s,r,q=null,p=this.c,o=p.x>=0,n=t.P,m=t.d,l=o?m.a(A.i(a).c.h(0,A.Z(n))).d:m.a(A.i(a).c.h(0,A.Z(n))).f,k=o?m.a(A.i(a).c.h(0,A.Z(n))).e:m.a(A.i(a).c.h(0,A.Z(n))).r,j=m.a(A.i(a).c.h(0,A.Z(n))).a,i=A.ar(14)
|
||||
n=A.cr(m.a(A.i(a).c.h(0,A.Z(n))).y,1)
|
||||
m=A.U8(B.h0,A.H(p.gO9(),q,q,q,q,A.aU7(a).a1C(32),q,q),B.l,B.h2)
|
||||
m=A.U8(B.h0,A.H(p.gO9(),q,q,q,q,A.aU7(a).a1C(24),q,q),B.l,B.h2)
|
||||
s=A.ar(6)
|
||||
r=t.p
|
||||
return A.az(q,A.aJ(A.b([A.aD(A.b([new A.xK(1,B.tJ,m,q),B.b8,A.az(q,A.H(p.gEo(),q,q,q,q,A.aU8(a).c9(l,B.K),q,q),B.l,q,q,new A.at(k,q,q,s,q,q,B.r),q,q,q,B.ht,q,q,q)],r),B.j,B.i,B.h),B.aq,A.H("24h \u8b8a\u5316",q,q,q,q,A.bN(a),q,q)],r),B.O,B.i,B.h),B.l,q,q,new A.at(j,q,n,i,q,q,B.r),q,q,q,B.hs,q,q,1/0)}}
|
||||
|
||||
@@ -43,7 +43,7 @@ class PriceCard extends StatelessWidget {
|
||||
alignment: Alignment.centerLeft,
|
||||
child: Text(
|
||||
coin.formattedPrice,
|
||||
style: AppTextStyles.numberLarge(context).copyWith(fontSize: 32),
|
||||
style: AppTextStyles.numberLarge(context).copyWith(fontSize: 24),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user