Toggle navigation
This project
Loading...
Sign in
常守达
/
doublefeel_flutter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
401ed8f3fde9b74be93ea37f62aff79093c54af2
Authored by
权海
2026-09-07 14:29:59 +0800
1 parent
a02eddf8
build: skipped
feat(ui):修复帮助间距错误
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/app/modules/help/views/help_view.dart
lib/app/modules/help/views/help_view.dart
View file @
401ed8f
...
...
@@ -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
,
...
...
Please
register
or
login
to post a comment