style:图表样式调整
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user