修改ui设计错误

This commit is contained in:
czz
2025-06-11 08:47:06 +08:00
parent 501d133bad
commit 6ec1c79866
36 changed files with 2200 additions and 350 deletions

View File

@@ -35,10 +35,7 @@ class _PeopleInfoState extends State<PeopleInfoPage> {
// }
getLine() {
return Container(
height: 1,
color: stringToColor("#152676"),
);
return Container(height: 0.5.rpx, color: Color(0xFFD8D8D8));
}
@override
@@ -163,7 +160,7 @@ class _PeopleInfoState extends State<PeopleInfoPage> {
.bodyMedium
.override(
fontFamily: 'Readex Pro',
color: stringToColor("#9EA4B7"),
color: Color(0XFF011D33),
letterSpacing: 0,
fontSize: 30.rpx,
),
@@ -754,6 +751,7 @@ class _PeopleInfoState extends State<PeopleInfoPage> {
],
),
),
getLine(),
],
),
)