From 05aacc0d5bb9370d612e9e2a129bcbe298e83401 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 28 Feb 2026 19:55:45 -0800 Subject: [PATCH] =?UTF-8?q?fix(admin-web):=20=E7=B3=BB=E7=BB=9F=E8=B4=A6?= =?UTF-8?q?=E6=88=B7=E6=B5=81=E6=B0=B4=E5=A4=87=E6=B3=A8=E5=88=97=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AE=8C=E6=95=B4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除 .memo 的 max-width/overflow/ellipsis/nowrap 截断样式, 改为 word-break: break-word 自动换行,确保备注全文可见。 Co-Authored-By: Claude Opus 4.6 --- .../system-account-report/SystemAccountsTab.module.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/admin-web/src/components/features/system-account-report/SystemAccountsTab.module.scss b/frontend/admin-web/src/components/features/system-account-report/SystemAccountsTab.module.scss index b9716605..c9b2d04f 100644 --- a/frontend/admin-web/src/components/features/system-account-report/SystemAccountsTab.module.scss +++ b/frontend/admin-web/src/components/features/system-account-report/SystemAccountsTab.module.scss @@ -507,12 +507,9 @@ } .memo { - max-width: 200px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; font-size: 13px; color: #6b7280; + word-break: break-word; } /* [2026-01-06] 新增:详细明细列表样式 */