更新打鼾图显示

This commit is contained in:
wyf
2025-12-20 17:41:31 +08:00
parent 8e7411cf92
commit ee9965e3df
9 changed files with 529 additions and 235 deletions

View File

@@ -489,7 +489,9 @@ class _MHTPeopleInfoPageState extends State<MHTPeopleInfoPage> {
filled: true,
hintText: "请输入姓名".tr,
hintStyle: TextStyle(
color: Colors.white),
color: themeController
.currentColor.sc4,
),
border: InputBorder.none,
contentPadding:
EdgeInsets.all(0)),
@@ -821,7 +823,9 @@ class _MHTPeopleInfoPageState extends State<MHTPeopleInfoPage> {
filled: true,
hintText: "请输入联系方式".tr,
hintStyle: TextStyle(
color: Colors.white),
color: themeController
.currentColor.sc4,
),
border: InputBorder.none,
contentPadding:
EdgeInsets.all(0)),