提交 af571ed3 authored 作者: yueweilu's avatar yueweilu

add

上级 ae3d0a29
...@@ -136,7 +136,9 @@ class _UserSetPageState extends State<UserSetPage> { ...@@ -136,7 +136,9 @@ class _UserSetPageState extends State<UserSetPage> {
onTap: () => Navigator.of(context).pop(), onTap: () => Navigator.of(context).pop(),
child: Container( child: Container(
width: 105.w, width: 105.w,
height: 39.5.w,
color: Colours.cFF, color: Colours.cFF,
// color: Colors.red,
alignment: Alignment.center, alignment: Alignment.center,
child: const Text( child: const Text(
'取消', '取消',
...@@ -168,7 +170,9 @@ class _UserSetPageState extends State<UserSetPage> { ...@@ -168,7 +170,9 @@ class _UserSetPageState extends State<UserSetPage> {
}, },
child: Container( child: Container(
width: 105.w, width: 105.w,
height: 39.5.w,
color: Colours.cFF, color: Colours.cFF,
// color: Colors.red,
alignment: Alignment.center, alignment: Alignment.center,
child: const Text( child: const Text(
'确定', '确定',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论