mod: 移除up主页分割线

This commit is contained in:
guozhigq
2024-08-24 00:28:07 +08:00
parent d97ea88a7d
commit 9f0995021e

View File

@ -168,7 +168,6 @@ class _MemberPageState extends State<MemberPage>
const Icon(Icons.arrow_forward_outlined, size: 19), const Icon(Icons.arrow_forward_outlined, size: 19),
), ),
), ),
const Divider(height: 1, thickness: 0.1),
/// 视频 /// 视频
Obx(() => ListTile( Obx(() => ListTile(
@ -178,7 +177,6 @@ class _MemberPageState extends State<MemberPage>
trailing: const Icon(Icons.arrow_forward_outlined, trailing: const Icon(Icons.arrow_forward_outlined,
size: 19), size: 19),
)), )),
const Divider(height: 1, thickness: 0.1),
/// 他的收藏夹 /// 他的收藏夹
Obx(() => ListTile( Obx(() => ListTile(
@ -188,13 +186,11 @@ class _MemberPageState extends State<MemberPage>
trailing: const Icon(Icons.arrow_forward_outlined, trailing: const Icon(Icons.arrow_forward_outlined,
size: 19), size: 19),
)), )),
const Divider(height: 1, thickness: 0.1),
/// 专栏 /// 专栏
Obx(() => ListTile( Obx(() => ListTile(
title: Text( title: Text(
'${_memberController.isOwner.value ? '' : 'Ta'}的专栏'))), '${_memberController.isOwner.value ? '' : 'Ta'}的专栏'))),
const Divider(height: 1, thickness: 0.1),
/// 合集 /// 合集
Obx(() => ListTile( Obx(() => ListTile(