Commit 401ed8f3fde9b74be93ea37f62aff79093c54af2

Authored by 权海
1 parent a02eddf8

feat(ui):修复帮助间距错误

... ... @@ -164,7 +164,6 @@ class _FaqCard extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Container(
height: 149,
padding: EdgeInsets.fromLTRB(20, 20, 20, 9),
decoration: BoxDecoration(
color: Colors.white,
... ...