fix: 动态最新关注横行拉伸 issuse #580
This commit is contained in:
@ -88,9 +88,7 @@ class _UpPanelState extends State<UpPanel> {
|
|||||||
Container(
|
Container(
|
||||||
height: 90,
|
height: 90,
|
||||||
color: Theme.of(context).colorScheme.background,
|
color: Theme.of(context).colorScheme.background,
|
||||||
child: Row(
|
child: Expanded(
|
||||||
children: [
|
|
||||||
Expanded(
|
|
||||||
child: ListView(
|
child: ListView(
|
||||||
scrollDirection: Axis.horizontal,
|
scrollDirection: Axis.horizontal,
|
||||||
controller: scrollController,
|
controller: scrollController,
|
||||||
@ -117,8 +115,6 @@ class _UpPanelState extends State<UpPanel> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
],
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
Container(
|
Container(
|
||||||
height: 6,
|
height: 6,
|
||||||
|
|||||||
Reference in New Issue
Block a user