调整卡片高度

This commit is contained in:
liuwei
2025-06-04 16:32:24 +08:00
parent 248d39250e
commit 7cf1eeb695

View File

@@ -7,7 +7,7 @@
<div> <div>
<!-- 用户信息和系统信息 --> <!-- 用户信息和系统信息 -->
<el-row :gutter="20" style="margin-top: 20px;"> <el-row :gutter="20" style="margin-top: 20px;">
<el-col :span="6"> <el-col :span="8">
<el-card shadow="hover"> <el-card shadow="hover">
<div slot="header"> <div slot="header">
<span>用户信息</span> <span>用户信息</span>
@@ -43,7 +43,7 @@
</div> </div>
</el-card> </el-card>
</el-col> </el-col>
<el-col :span="18"> <el-col :span="16">
<el-card shadow="hover"> <el-card shadow="hover">
<div slot="header"> <div slot="header">
<span>系统信息</span> <span>系统信息</span>