From 2afb109bff14bd28d49334de88789443c33e1a8d Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期二, 01 十二月 2020 11:53:55 +0800 Subject: [PATCH] 增加 maven多环境配置注释 --- ruoyi-ui/src/views/system/user/profile/userAvatar.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/system/user/profile/userAvatar.vue b/ruoyi-ui/src/views/system/user/profile/userAvatar.vue index deeabe7..b456094 100644 --- a/ruoyi-ui/src/views/system/user/profile/userAvatar.vue +++ b/ruoyi-ui/src/views/system/user/profile/userAvatar.vue @@ -144,6 +144,7 @@ .user-info-head { position: relative; display: inline-block; + height: 120px; } .user-info-head:hover:after { @@ -163,4 +164,4 @@ line-height: 110px; border-radius: 50%; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.3