修改优化

This commit is contained in:
chenhaodong
2026-06-24 23:47:49 +08:00
parent 3116d3bf8b
commit 6393b0fb5c
21 changed files with 467 additions and 176 deletions
@@ -1,5 +1,5 @@
<!--
@description 用户信息卡片组件展示头像昵称等个人资料摘要
@description 用户信息卡片组件展示头像昵称等个人资料摘要 效果不好 暂时删除
@author D吕贺034244311
@date 20260620
-->
@@ -13,10 +13,10 @@
<div class="user-profile">
<div class="box-center">
<pan-thumb :image="user.avatar" :height="'100px'" :width="'100px'" :hoverable="false">
<div>欢迎</div>
{{ user.role }}
</pan-thumb>
<!-- <pan-thumb :image="user.avatar" :height="'100px'" :width="'100px'" :hoverable="false">-->
<!-- <div>欢迎</div>-->
<!-- {{ user.role }}-->
<!-- </pan-thumb>-->
</div>
<div class="box-center">
<div class="user-name text-center">{{ user.name }}</div>