mod: 移除up主页分割线

This commit is contained in:
guozhigq
2024-08-24 00:28:07 +08:00
parent 15e1cb5d47
commit b96f35bae2

View File

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