Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
chen56 committed May 20, 2024
1 parent 4cce4e3 commit bf69dc9
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 25 deletions.
2 changes: 1 addition & 1 deletion notes/flutter_web/lib/routes/layout.dart
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class RootLayoutState extends State<RootLayout> {
child: Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
const ViewBar().debugLayoutBuilder$(),
const ViewBar(),
// widget.child内部自己包滚动条,根layout不管
Expanded(child: widget.child),
],
Expand Down
Loading

0 comments on commit bf69dc9

Please sign in to comment.