提交 8ea915d8 authored 作者: yueweilu's avatar yueweilu

入口

上级 0d39e86f
......@@ -28,29 +28,37 @@ class _UserInfoPageState extends State<UserInfoPage> {
Container(
height: 52,
padding: const EdgeInsets.only(left: 18,right: 15),
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
const Text('头像',style: TextStyle(color: Colours.c3,fontSize: 14,height: 1.6),),
Row(
child: GestureDetector(
onTap: (){
},
child: Container(
color: Colors.transparent,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Container(
width: 33.w,
height: 33.w,
decoration: const BoxDecoration(
shape: BoxShape.circle,
color: Colors.cyan,
),
),
Gaps.hGaps10,
Container(
width: 5,
height: 8,
color: Colors.cyan,
const Text('头像',style: TextStyle(color: Colours.c3,fontSize: 14,height: 1.6),),
Row(
children: [
Container(
width: 33.w,
height: 33.w,
decoration: const BoxDecoration(
shape: BoxShape.circle,
color: Colors.cyan,
),
),
Gaps.hGaps10,
Container(
width: 5,
height: 8,
color: Colors.cyan,
)
],
)
],
)
],
),
),
),
),
Container(color: Colours.cLine,margin: const EdgeInsets.symmetric(horizontal: 15),height: 1,),
......@@ -73,6 +81,7 @@ class _UserInfoPageState extends State<UserInfoPage> {
},
child: Container(
padding: const EdgeInsets.only(left: 18,right: 15),
color: Colors.transparent,
height: 52,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论