修改路径、换图片、图形分析

This commit is contained in:
康冉冉
2025-08-28 18:55:38 +08:00
parent 513d77f40f
commit fd38d86bf1
38 changed files with 1059 additions and 1020 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="app-container">
<div class="app-container pageTopForm">
<div style="height: 200px;">
<EchartsPie v-for="item of dataList" :dataList="item" class="w30 h100 disInlineBlock"></EchartsPie>
<EchartsPie v-for="item of dataList" :dataList="item" style="width: 33%;" class="h100 disInlineBlock"></EchartsPie>
</div>
<el-form :model="queryParams" ref="queryRef" v-show="showSearch" label-width="auto">
<el-col :span="7">
@@ -102,7 +102,7 @@
dataList: [{
centerVal: '56',
unit: '台',
center: ['30%', '50%'],
center: ['20%', '50%'],
color: ['#31bb42', '#f96602'],
data: [
{ value: 36, name: '在线服务器' },
@@ -111,7 +111,7 @@
},{
centerVal: '10',
unit: '台',
center: ['30%', '50%'],
center: ['20%', '50%'],
color: ['#1c7dbc', '#f80a4f'],
data: [
{ value: 8, name: '在线交换机' },