通讯录完成
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user