fix: 国内进港移库列表项两行列宽不一致导致标签错位

主应用移库列表第三列「重量」weight 为 0.7 而「起始站」为 0.8,
两行 weight 总和不同使各列起点偏移;统一为 0.8 后上下对齐。
同时修正 module_gnj 旧版移库列表项同列 completeSpace 不一致。

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
2026-09-11 16:30:26 +08:00
parent 07ea8853f3
commit ee0606230f
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@
<androidx.appcompat.widget.LinearLayoutCompat
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="0.7"
android:layout_weight="0.8"
android:gravity="center_vertical">
<TextView