diff --git a/fe-admin/src/components/pe/PeDetailTabs.tsx b/fe-admin/src/components/pe/PeDetailTabs.tsx
index 892e349..3025d55 100644
--- a/fe-admin/src/components/pe/PeDetailTabs.tsx
+++ b/fe-admin/src/components/pe/PeDetailTabs.tsx
@@ -1774,16 +1774,20 @@ function HangMucCard({
) : (
-
+ {/* S59 UAT vòng 3: "thêm file giao diện bị thay đổi không cân xứng" — auto-layout
+ để cell File (chip tên dài) phình + bóp dọc cột NCC. Fix: table-fixed + width
+ từng cột (chip file/email có truncate sẵn — kích hoạt khi cell khóa width);
+ min-w để panel hẹp thì scroll ngang (wrapper overflow-x-auto) thay vì bóp nát. */}
+
- | NCC |
- SĐT |
- Email |
- Điều khoản TT |
- File báo giá |
- Số tiền |
- {!readOnly && | }
+ NCC |
+ SĐT |
+ Email |
+ Điều khoản TT |
+ File báo giá |
+ Số tiền |
+ {!readOnly && | }
@@ -1817,7 +1821,7 @@ function HangMucCard({
{s.contactEmail
- ? {s.contactEmail}
+ ? {s.contactEmail}
: —}
|
diff --git a/fe-user/src/components/pe/PeDetailTabs.tsx b/fe-user/src/components/pe/PeDetailTabs.tsx
index 892e349..3025d55 100644
--- a/fe-user/src/components/pe/PeDetailTabs.tsx
+++ b/fe-user/src/components/pe/PeDetailTabs.tsx
@@ -1774,16 +1774,20 @@ function HangMucCard({
) : (
-
+ {/* S59 UAT vòng 3: "thêm file giao diện bị thay đổi không cân xứng" — auto-layout
+ để cell File (chip tên dài) phình + bóp dọc cột NCC. Fix: table-fixed + width
+ từng cột (chip file/email có truncate sẵn — kích hoạt khi cell khóa width);
+ min-w để panel hẹp thì scroll ngang (wrapper overflow-x-auto) thay vì bóp nát. */}
+
- | NCC |
- SĐT |
- Email |
- Điều khoản TT |
- File báo giá |
- Số tiền |
- {!readOnly && | }
+ NCC |
+ SĐT |
+ Email |
+ Điều khoản TT |
+ File báo giá |
+ Số tiền |
+ {!readOnly && | }
@@ -1817,7 +1821,7 @@ function HangMucCard({
{s.contactEmail
- ? {s.contactEmail}
+ ? {s.contactEmail}
: —}
|
| |