From aec123a8348e927bb46d65e7127e3d4edb1848f7 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 18 Jun 2025 10:38:55 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=20=E4=B8=8B=E6=8B=89=E5=8D=A1=E7=89=87=20=E6=98=B5?= =?UTF-8?q?=E7=A7=B0=E8=B6=85=E9=95=BF=E7=9C=81=E7=95=A5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + .../layouts/src/widgets/user-dropdown/user-dropdown.vue | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5ababc..eea91f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - 字典接口抛出异常(为什么会抛出异常?)无限调用接口 兼容处理 - 代码生成 字典下拉加载 改为每次进入编辑页面都加载 - 个人中心 账号绑定 样式/逻辑重构 +- 个人中心 下拉卡片 昵称超长省略显示 # 1.4.0 diff --git a/packages/effects/layouts/src/widgets/user-dropdown/user-dropdown.vue b/packages/effects/layouts/src/widgets/user-dropdown/user-dropdown.vue index 8156324a..a4a24c34 100644 --- a/packages/effects/layouts/src/widgets/user-dropdown/user-dropdown.vue +++ b/packages/effects/layouts/src/widgets/user-dropdown/user-dropdown.vue @@ -211,7 +211,12 @@ if (enableShortcutKey.value) { v-if="tagText || text || $slots.tagText" class="text-foreground mb-1 flex items-center text-sm font-medium" > - {{ text }} +