头像描边

pull/1/head
戴余标 3 years ago
parent 9b26dea775
commit 4003bb1aab

@ -111,7 +111,7 @@ class _ConvenientPhonePageState extends State<ConvenientPhonePage> {
CupertinoIcons.search,
size: 42.w,
),
contentPadding: EdgeInsets.only(top: 14.w),
contentPadding: EdgeInsets.only(top: 3.w),
// isDense: true,
hintText: '搜索机构',
hintStyle:

@ -26,6 +26,7 @@ class StackAvatar extends StatelessWidget {
decoration: BoxDecoration(
color: Colors.white,
borderRadius: BorderRadius.circular(22.w + 2.w),
border: Border.all(color: Colors.white,width: 1),
// border: Border.all(color: Color(0xFF999999)),
),
clipBehavior: Clip.antiAlias,

Loading…
Cancel
Save