mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 19:50:28 +00:00
fix: UI
This commit is contained in:
parent
da7c4b958d
commit
f744acbad5
@ -371,12 +371,11 @@ class PartyRoomListPage extends HookConsumerWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
// 标签和时间
|
// 标签和时间
|
||||||
Wrap(
|
Row(
|
||||||
spacing: 6,
|
|
||||||
runSpacing: 6,
|
|
||||||
children: [
|
children: [
|
||||||
makeTagContainer(partyRoom, room),
|
makeTagContainer(partyRoom, room),
|
||||||
if (room.socialLinks.isNotEmpty)
|
if (room.socialLinks.isNotEmpty) ...[
|
||||||
|
const SizedBox(width: 6),
|
||||||
Container(
|
Container(
|
||||||
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
|
padding: const EdgeInsets.symmetric(horizontal: 8, vertical: 4),
|
||||||
decoration: BoxDecoration(
|
decoration: BoxDecoration(
|
||||||
@ -395,6 +394,7 @@ class PartyRoomListPage extends HookConsumerWidget {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user