Commit 1d68c0480215415028c9389041d015f3c7bb35ac

Authored by 常守达
1 parent 39ab7b67

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

@@ -143,8 +143,8 @@ class BindPartnerView extends GetView<BindPartnerController> { @@ -143,8 +143,8 @@ class BindPartnerView extends GetView<BindPartnerController> {
143 ), 143 ),
144 ), 144 ),
145 Positioned( 145 Positioned(
146 - top: 0,  
147 - left: 0, 146 + top: -15,
  147 + left: -8,
148 child: Image.asset( 148 child: Image.asset(
149 'assets/images/user_onboarding/ic_bind_decor_top.png', 149 'assets/images/user_onboarding/ic_bind_decor_top.png',
150 width: 133, 150 width: 133,
@@ -292,7 +292,7 @@ class _Avatar extends StatelessWidget { @@ -292,7 +292,7 @@ class _Avatar extends StatelessWidget {
292 style: TextStyle( 292 style: TextStyle(
293 color: context.colors.textPrimary, 293 color: context.colors.textPrimary,
294 fontSize: 14, 294 fontSize: 14,
295 - fontWeight: FontWeight.w400, 295 + fontWeight: FontWeight.w500,
296 ), 296 ),
297 ), 297 ),
298 ), 298 ),
@@ -319,7 +319,7 @@ class _Avatar extends StatelessWidget { @@ -319,7 +319,7 @@ class _Avatar extends StatelessWidget {
319 style: TextStyle( 319 style: TextStyle(
320 color: context.colors.textPrimary, 320 color: context.colors.textPrimary,
321 fontSize: 14, 321 fontSize: 14,
322 - fontWeight: FontWeight.w400, 322 + fontWeight: FontWeight.w500,
323 ), 323 ),
324 ), 324 ),
325 ), 325 ),
@@ -342,7 +342,7 @@ class _Avatar extends StatelessWidget { @@ -342,7 +342,7 @@ class _Avatar extends StatelessWidget {
342 style: TextStyle( 342 style: TextStyle(
343 color: context.colors.textSecondary, 343 color: context.colors.textSecondary,
344 fontSize: 14, 344 fontSize: 14,
345 - fontWeight: FontWeight.w400, 345 + fontWeight: FontWeight.w500,
346 ), 346 ),
347 ), 347 ),
348 ), 348 ),