Browse Source

no message

ios
ZHR007 4 months ago
parent
commit
b8692e9235
1 changed files with 2 additions and 2 deletions
  1. 4
      lib/pages/mine/edit_info_page.dart

4
lib/pages/mine/edit_info_page.dart

@ -72,8 +72,8 @@ class _EditInfoPageState extends State<EditInfoPage> {
padding: EdgeInsets.all(TDTheme.of(context).spacer16),
clickBackgroundColor: TDTheme.of(context).bgColorContainerHover,
cardBorderRadius: BorderRadius.only(
topLeft: Radius.circular(12.0),
topRight: Radius.circular(12.0),
topLeft: Radius.circular(type == 1 ? 0 : 12.0),
topRight: Radius.circular(type == 1 ? 0 : 12.0),
)
),
onClick: (cell) async{

Loading…
Cancel
Save