diff --git a/snowy-admin-web/src/views/sys/user/userCenter.vue b/snowy-admin-web/src/views/sys/user/userCenter.vue index 663250bc..96f2c977 100644 --- a/snowy-admin-web/src/views/sys/user/userCenter.vue +++ b/snowy-admin-web/src/views/sys/user/userCenter.vue @@ -8,7 +8,7 @@ -
+
{{ userInfo.name }}
@@ -19,13 +19,13 @@

{{ userInfo.orgName }}

- {{ userInfo.homeAddress }} + {{ userInfo.homeAddress? userInfo.homeAddress : '暂无地址' }}

-
- +
+
打开签名板 @@ -173,9 +173,26 @@ justify-content: center; align-items: center; } + .mask-notImg { + border-radius: 50%; + position: absolute; + margin-top: -24px; + width: 104px; + height: 104px; + background: rgba(101, 101, 101, 0.6); + color: #ffffff; + opacity: 0; + font-size: 25px; + display: flex; + justify-content: center; + align-items: center; + } .avatar a:hover .mask { opacity: 1; } + .avatar a:hover .mask-notImg { + opacity: 1; + } .username { font-size: 20px; line-height: 28px;