|
|
|
@ -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{ |
|
|
|
|