fix: 出港查询详情仓库/库位分割线右侧未到边

去掉白卡片容器的 paddingEnd,使表头及内容行分割线左右撑满,与进港侧一致

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-20 13:57:53 +08:00
parent 0f118391b5
commit d937ecef77
2 changed files with 2 additions and 4 deletions

View File

@@ -18,8 +18,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/bg_white_radius_bottom_8" android:background="@drawable/bg_white_radius_bottom_8"
android:orientation="vertical" android:orientation="vertical">
android:paddingEnd="8dp">
<!-- tab 与表头分割线 --> <!-- tab 与表头分割线 -->
<View <View

View File

@@ -18,8 +18,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/bg_white_radius_bottom_8" android:background="@drawable/bg_white_radius_bottom_8"
android:orientation="vertical" android:orientation="vertical">
android:paddingEnd="8dp">
<!-- tab 与表头分割线 --> <!-- tab 与表头分割线 -->
<View <View