From 0b032dc6f756a7dfe31bca105fb3f6a7cda4247e Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Wed, 20 Oct 2021 18:38:24 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tools/UserMenu.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/tools/UserMenu.vue b/src/components/tools/UserMenu.vue index 7c4a488..ca927c1 100644 --- a/src/components/tools/UserMenu.vue +++ b/src/components/tools/UserMenu.vue @@ -3,7 +3,8 @@ - 欢迎您,{{ username }} + + @@ -222,6 +223,11 @@ export default { } } +.user-dropdown-menu-wrapper.ant-dropdown-menu .ant-dropdown-menu-item { + width: 100%; + text-align: center; +} + /* update-end author:sunjianlei date:20191220 for: 解决全局样式冲突问题 */ /* update_end author:zhaoxin date:20191129 for: 让搜索框颜色能随主题颜色变换*/