diff --git a/lib/pages/home/user_information_page.dart b/lib/pages/home/user_information_page.dart index bfd02d8..9b192ca 100644 --- a/lib/pages/home/user_information_page.dart +++ b/lib/pages/home/user_information_page.dart @@ -432,7 +432,7 @@ class UserInformationPage extends StatelessWidget { children: [ TDButton( text: '发消息', - width: 240.w, + width: 350.w, size: TDButtonSize.medium, type: TDButtonType.fill, shape: TDButtonShape.round, @@ -486,26 +486,26 @@ class UserInformationPage extends StatelessWidget { } }, ), - const SizedBox(width: 10), - TDButton( - text: '关注', - width: 90, - size: TDButtonSize.medium, - type: TDButtonType.fill, - shape: TDButtonShape.round, - textStyle: TextStyle(fontSize: 14, color: Colors.white), - style: TDButtonStyle( - textColor: Colors.white, - backgroundColor: Color(0xFF7562F9), - ), - activeStyle: TDButtonStyle( - textColor: Colors.white, - backgroundColor: Color(0xC37562F9), - ), - onTap: (){ - // controller.tabIndex.value = 1; - }, - ) + // const SizedBox(width: 10), + // TDButton( + // text: '关注', + // width: 90, + // size: TDButtonSize.medium, + // type: TDButtonType.fill, + // shape: TDButtonShape.round, + // textStyle: TextStyle(fontSize: 14, color: Colors.white), + // style: TDButtonStyle( + // textColor: Colors.white, + // backgroundColor: Color(0xFF7562F9), + // ), + // activeStyle: TDButtonStyle( + // textColor: Colors.white, + // backgroundColor: Color(0xC37562F9), + // ), + // onTap: (){ + // // controller.tabIndex.value = 1; + // }, + // ) ], ), )