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 }} +
+ {{ text }} +
{{ tagText }}