调整卡片高度

This commit is contained in:
liuwei
2025-06-04 17:04:42 +08:00
parent 12e2961235
commit 0201e773f5

View File

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