1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-01-19 16:29:17 +08:00

feat: 修改首页高度

This commit is contained in:
zhengkunwang223 2023-02-06 13:06:39 +08:00 committed by zhengkunwang223
parent 45a428aba9
commit 48f46e59c3

View File

@ -10,7 +10,7 @@
/>
<el-row :gutter="20" style="margin-top: 20px">
<el-col :span="16">
<CardWithHeader :header="$t('home.overview')" height="160px">
<CardWithHeader :header="$t('home.overview')" height="180px">
<template #body>
<div class="h-overview">
<el-row>
@ -46,12 +46,12 @@
</div>
</template>
</CardWithHeader>
<CardWithHeader :header="$t('commons.table.status')" style="margin-top: 20px" height="265px">
<CardWithHeader :header="$t('commons.table.status')" style="margin-top: 20px" height="285px">
<template #body>
<Status ref="statuRef" />
</template>
</CardWithHeader>
<CardWithHeader :header="$t('menu.monitor')" style="margin-top: 20px" height="465px">
<CardWithHeader :header="$t('menu.monitor')" style="margin-top: 20px" height="485px">
<template #body>
<el-radio-group
style="float: right; margin-left: 5px"
@ -117,7 +117,7 @@
</CardWithHeader>
</el-col>
<el-col :span="8">
<CardWithHeader :header="$t('home.systemInfo')" height="330px">
<CardWithHeader :header="$t('home.systemInfo')" height="350px">
<template #body>
<el-descriptions :column="1" class="h-systemInfo">
<el-descriptions-item class-name="system-content">
@ -172,7 +172,7 @@
</template>
</CardWithHeader>
<CardWithHeader :header="$t('home.app')" style="margin-top: 20px" height="581px">
<CardWithHeader :header="$t('home.app')" style="margin-top: 20px" height="621px">
<template #body>
<App ref="appRef" />
</template>