|
@ -211,6 +211,7 @@ const formatSeconds = (seconds: number) => { |
|
|
</el-descriptions> |
|
|
</el-descriptions> |
|
|
<div |
|
|
<div |
|
|
v-loading="chartLoading" |
|
|
v-loading="chartLoading" |
|
|
|
|
|
element-loading-background="rgba(255, 255, 255, 0.1)" |
|
|
class="line-chart-content" |
|
|
class="line-chart-content" |
|
|
:style="{ 'grid-template-columns': `repeat(${chartList.length},1fr)` }" |
|
|
:style="{ 'grid-template-columns': `repeat(${chartList.length},1fr)` }" |
|
|
> |
|
|
> |
|
|