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}" />