From d937ecef77a35300324aa289720df00995270097 Mon Sep 17 00:00:00 2001 From: YANG JIANKUAN Date: Sat, 20 Jun 2026 13:57:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=87=BA=E6=B8=AF=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E4=BB=93=E5=BA=93/=E5=BA=93=E4=BD=8D?= =?UTF-8?q?=E5=88=86=E5=89=B2=E7=BA=BF=E5=8F=B3=E4=BE=A7=E6=9C=AA=E5=88=B0?= =?UTF-8?q?=E8=BE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 去掉白卡片容器的 paddingEnd,使表头及内容行分割线左右撑满,与进港侧一致 Co-Authored-By: Claude Opus 4.6 --- module_gjc/src/main/res/layout/fragment_gjc_query_storage.xml | 3 +-- .../src/main/res/layout/fragment_gjc_query_warehouse.xml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/module_gjc/src/main/res/layout/fragment_gjc_query_storage.xml b/module_gjc/src/main/res/layout/fragment_gjc_query_storage.xml index 2eab867..43d5ba2 100644 --- a/module_gjc/src/main/res/layout/fragment_gjc_query_storage.xml +++ b/module_gjc/src/main/res/layout/fragment_gjc_query_storage.xml @@ -18,8 +18,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/bg_white_radius_bottom_8" - android:orientation="vertical" - android:paddingEnd="8dp"> + android:orientation="vertical"> + android:orientation="vertical">