From d1ed050c7627f30778920f902349f2fd8373831f Mon Sep 17 00:00:00 2001 From: YANG JIANKUAN Date: Tue, 16 Dec 2025 09:17:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20opt=20=E5=87=BA=E6=B8=AF=E8=AE=A1?= =?UTF-8?q?=E9=87=8D=20=E5=AE=8C=E6=88=90=E8=AE=A1=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/drawable/bg_circle_green.xml | 6 +++--- .../res/layout/item_gjc_check_in_record.xml | 17 ++++++++--------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/module_gjc/src/main/res/drawable/bg_circle_green.xml b/module_gjc/src/main/res/drawable/bg_circle_green.xml index b2cf3f3..60ce75b 100644 --- a/module_gjc/src/main/res/drawable/bg_circle_green.xml +++ b/module_gjc/src/main/res/drawable/bg_circle_green.xml @@ -1,8 +1,8 @@ - + + android:width="32dp" + android:height="32dp" /> diff --git a/module_gjc/src/main/res/layout/item_gjc_check_in_record.xml b/module_gjc/src/main/res/layout/item_gjc_check_in_record.xml index 1696bd7..9be5aa8 100644 --- a/module_gjc/src/main/res/layout/item_gjc_check_in_record.xml +++ b/module_gjc/src/main/res/layout/item_gjc_check_in_record.xml @@ -23,11 +23,11 @@ + android:paddingVertical="8dp" + android:paddingHorizontal="15dp"> + android:textColor="@color/c666666" + android:textSize="16sp" /> @@ -64,7 +63,7 @@ hint="@{`重量`}" inputType="@{android.text.InputType.TYPE_CLASS_NUMBER | android.text.InputType.TYPE_NUMBER_FLAG_DECIMAL}" title="@{`重量`}" - titleLength="@{5}" + titleLength="@{2}" type="@{DataLayoutType.INPUT}" value="@={record.weightStr}" /> @@ -76,7 +75,7 @@ android:layout_weight="1" enable="@{false}" title="@{`托盘自重`}" - titleLength="@{5}" + titleLength="@{4}" type="@{DataLayoutType.INPUT}" value="@{`100`}" /> @@ -88,7 +87,7 @@ android:layout_weight="1.5" enable="@{false}" title="@{`计重时间`}" - titleLength="@{5}" + titleLength="@{4}" type="@{DataLayoutType.INPUT}" value="@{record.opDate}" />