Revert "fix: 动态最新关注横行拉伸 issuse #580"

This reverts commit 96e1a5af2c.
This commit is contained in:
orz12
2024-03-01 12:51:06 +08:00
parent b7e2fd63e3
commit 29ba3a6d53

View File

@@ -88,7 +88,9 @@ class _UpPanelState extends State<UpPanel> {
Container(
height: 90,
color: Theme.of(context).colorScheme.background,
child: Expanded(
child: Row(
children: [
Expanded(
child: ListView(
scrollDirection: Axis.horizontal,
controller: scrollController,
@@ -115,6 +117,8 @@ class _UpPanelState extends State<UpPanel> {
],
),
),
],
),
),
Container(
height: 6,