Commit 401ed8f3fde9b74be93ea37f62aff79093c54af2

Authored by 权海
1 parent a02eddf8

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

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