From afa856036998ce0f70cce95d16bdc85af81b4404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=87=AA=E8=BE=BE?= <980324341@qq.com> Date: Sun, 13 Sep 2026 10:51:19 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=90=8E=E5=8F=B0=E5=AF=86=E9=92=A5?= =?UTF-8?q?=E7=AE=A1=E7=90=86):=20=E7=94=A8=E6=88=B7=E5=90=8D=E5=88=97?= =?UTF-8?q?=E5=8A=A0=E5=AE=BD=E8=87=B3=20260px=20=E5=B9=B6=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E6=8D=A2=E8=A1=8C=EF=BC=8C=E9=95=BF=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E4=B8=8D=E5=86=8D=E6=88=AA=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-frontend-vue/src/pages/account/UserSecretsPage.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/admin-frontend-vue/src/pages/account/UserSecretsPage.vue b/admin-frontend-vue/src/pages/account/UserSecretsPage.vue index b06c86ad..9c08a683 100644 --- a/admin-frontend-vue/src/pages/account/UserSecretsPage.vue +++ b/admin-frontend-vue/src/pages/account/UserSecretsPage.vue @@ -197,7 +197,7 @@ onMounted(load) 序号 - 用户 + 用户 货源查询密钥 外观专利密钥 代理设置 @@ -408,7 +408,7 @@ h3 { width: 100%; border-collapse: collapse; table-layout: fixed; - min-width: 1240px; + min-width: 1310px; } .secrets-table-scroll th, .secrets-table-scroll td { @@ -439,6 +439,9 @@ h3 { .user-name { color: #24384d; font-weight: 600; + /* 用户名(含中文)可完整换行展示,不截断 */ + white-space: normal; + overflow-wrap: anywhere; } .module-cell { display: flex;