调整卡片高度

This commit is contained in:
liuwei
2025-06-04 16:50:18 +08:00
parent 658937b0a5
commit bc75e3503d

View File

@@ -9,9 +9,6 @@
<el-row :gutter="20" style="margin-top: 20px;">
<el-col :span="8">
<el-card shadow="hover">
<div slot="header">
<span>用户信息</span>
</div>
<div v-if="currentUser.success" class="user-info-container">
<el-row :gutter="10">
<el-col :span="6">
@@ -35,10 +32,6 @@
<span class="user-info-label">手机号:</span>
<span class="user-info-value">{% raw %}{{ currentUser.data.mobile }}{% endraw %}</span>
</div>
<div class="user-info-item" v-if="currentUser.data.home">
<span class="user-info-label">主目录:</span>
<span class="user-info-value user-home-path">{% raw %}{{ currentUser.data.home }}{% endraw %}</span>
</div>
</div>
</el-col>
</el-row>