修改样式

This commit is contained in:
czz
2025-08-15 17:42:34 +08:00
parent 4c2728eb2e
commit 8731f7c335
10 changed files with 36 additions and 22 deletions

View File

@@ -212,7 +212,6 @@ class _RepairModelReadOnlyWidgetState extends State<RepairModelReadOnlyWidget> {
isDense: true,
labelStyle: TextStyle(
letterSpacing: 0.0,
),
hintText: "设备参数提示".tr,
hintStyle: TextStyle(
@@ -293,7 +292,6 @@ class _RepairModelReadOnlyWidgetState extends State<RepairModelReadOnlyWidget> {
isDense: true,
labelStyle: TextStyle(
letterSpacing: 0.0,
),
hintText: '问题描述'.tr,
hintStyle: TextStyle(
@@ -345,6 +343,7 @@ class _RepairModelReadOnlyWidgetState extends State<RepairModelReadOnlyWidget> {
borderRadius: 20.rpx,
padding: EdgeInsets.zero,
onTap: () async {
return;
ApiResponse apiResponse = await repairController.uploadImg();
print(apiResponse);
if (apiResponse.code == HttpStatusCodes.ok) {

View File

@@ -287,6 +287,7 @@ class _RepairModelWidgetState extends State<RepairModelWidget> {
// controller: TextEditingController(),
autofocus: false,
obscureText: false,
maxLength: 60,
decoration: InputDecoration(
isDense: true,
labelStyle: TextStyle(