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

入口

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