人员资料填写方法改为选择 睡眠数据的多语言

This commit is contained in:
czz
2025-08-12 18:09:49 +08:00
parent fcd3a281cf
commit 3dd2d1c59d
10 changed files with 584 additions and 518 deletions

View File

@@ -82,8 +82,6 @@ class _MinePageState extends State<MinePage> {
mainAxisSize: MainAxisSize.max,
mainAxisAlignment: MainAxisAlignment.end,
children: [
ClickableContainer(
backgroundColor:
Colors.transparent, // 容器背景色
@@ -107,7 +105,7 @@ class _MinePageState extends State<MinePage> {
},
child: Padding(
padding: EdgeInsetsDirectional.fromSTEB(
0.rpx, 0.rpx, 0.rpx, 0.rpx),
10.rpx, 10.rpx, 10.rpx, 10.rpx),
child: SvgPicture.asset(
'assets/img/icon/setting.svg',
width: 29.rpx,