Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-26 16:34:02 +08:00
parent a623ceee47
commit 7049e5c63a
23 changed files with 71 additions and 116 deletions

View File

@@ -144,7 +144,11 @@ class _ViewPointsPageState extends State<ViewPointsPage>
child: Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
NetworkImgLayer(src: segment.url, width: 140.8, height: 88),
NetworkImgLayer(
src: segment.url,
width: 160,
height: 100,
),
const SizedBox(width: 10),
Expanded(
child: Column(