修改路径、换图片、图形分析
This commit is contained in:
@@ -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: '在线交换机' },
|
||||
|
||||
Reference in New Issue
Block a user