style:图表样式调整

This commit is contained in:
zy7y
2022-09-18 10:01:53 +08:00
parent f3bb9d3253
commit a0282c99f1
5 changed files with 5 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ defineProps({
<template>
<div class="echart-data">
<Card title="资源使用率">
<Card title="资源使用率" class="left">
<EchartSystemInfo
:cpu-value="systemUsage.cpu"
:disk-value="systemUsage.disk"
@@ -40,4 +40,7 @@ defineProps({
width: 100%;
justify-content: space-around;
}
.left {
width: 40%;
}
</style>