通讯录完成

This commit is contained in:
2022-10-25 17:51:25 +08:00
parent 7c5201ea2b
commit c10308bdff
19 changed files with 98 additions and 32 deletions

View File

@@ -189,7 +189,7 @@ class ImTools {
static Widget susItem(
BuildContext context,
String tag, {
double susHeight = 40,
double susHeight = 32,
}) {
return Container(
height: susHeight,
@@ -201,6 +201,10 @@ class ImTools {
alignment: Alignment.centerLeft,
child: Text(
tag,
style: const TextStyle(
fontSize: 12,
color: AppColors.unactive,
),
),
);
}