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;