调整卡片高度

This commit is contained in:
liuwei
2025-06-04 17:04:16 +08:00
parent a1b8bc3d27
commit 12e2961235

View File

@@ -21,13 +21,13 @@
<el-col :span="18">
<div class="user-info-column">
<div class="user-info-item">
<h2>昵称: {% raw %}{{ currentUser.data.nickname || '未知用户' }}{% endraw %}</h2>
<h3>昵称: {% raw %}{{ currentUser.data.nickname || '未知用户' }}{% endraw %}</h3>
</div>
<div class="user-info-item">
<h2>WXID: {% raw %}{{ currentUser.data.wx_id }}{% endraw %}</h2>
<h3>WXID: {% raw %}{{ currentUser.data.wx_id }}{% endraw %}</h3>
</div>
<div class="user-info-item" v-if="currentUser.data.mobile">
<h2>手机号: {% raw %}{{ currentUser.data.mobile }}{% endraw %}</h2>
<h3>手机号: {% raw %}{{ currentUser.data.mobile }}{% endraw %}</h3>
</div>
</div>
</el-col>