Commit 1d68c0480215415028c9389041d015f3c7bb35ac

Authored by 常守达
1 parent 39ab7b67

fix(my): 换头像弹窗字体大小;绑定UI

... ... @@ -143,8 +143,8 @@ class BindPartnerView extends GetView<BindPartnerController> {
),
),
Positioned(
top: 0,
left: 0,
top: -15,
left: -8,
child: Image.asset(
'assets/images/user_onboarding/ic_bind_decor_top.png',
width: 133,
... ...
... ... @@ -292,7 +292,7 @@ class _Avatar extends StatelessWidget {
style: TextStyle(
color: context.colors.textPrimary,
fontSize: 14,
fontWeight: FontWeight.w400,
fontWeight: FontWeight.w500,
),
),
),
... ... @@ -319,7 +319,7 @@ class _Avatar extends StatelessWidget {
style: TextStyle(
color: context.colors.textPrimary,
fontSize: 14,
fontWeight: FontWeight.w400,
fontWeight: FontWeight.w500,
),
),
),
... ... @@ -342,7 +342,7 @@ class _Avatar extends StatelessWidget {
style: TextStyle(
color: context.colors.textSecondary,
fontSize: 14,
fontWeight: FontWeight.w400,
fontWeight: FontWeight.w500,
),
),
),
... ...