style: 组装重量页表单等宽及分割线,进港装机单品名标注中文

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-30 17:10:30 +08:00
parent 31a1e1ceec
commit 794c873173
3 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,8 @@
<com.google.android.material.divider.MaterialDivider
android:layout_width="match_parent"
android:layout_height="1dp" />
android:layout_height="1dp"
android:background="#e7e7e7" />
<LinearLayout
android:layout_width="match_parent"

View File

@@ -29,7 +29,7 @@
<com.lukouguoji.module_base.ui.weight.data.layout.PadDataLayoutNew
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1.5"
android:layout_weight="1"
enable="@{false}"
title="@{`运单号`}"
titleLength="@{3}"

View File

@@ -195,7 +195,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
completeSpace="@{4}"
android:text="品名:"
android:text="品名(中)"
android:textSize="15sp" />
<TextView