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

This commit is contained in:
guozhigq
2024-02-29 23:42:09 +08:00
parent 466214b26a
commit ce1c80fd86

View File

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