diff --git a/lib/pages/mine/edit_info_page.dart b/lib/pages/mine/edit_info_page.dart index 1522b91..084a9d3 100644 --- a/lib/pages/mine/edit_info_page.dart +++ b/lib/pages/mine/edit_info_page.dart @@ -72,8 +72,8 @@ class _EditInfoPageState extends State { 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{