fix: modify

develop
TangShanDD 2025-08-16 16:07:54 +08:00
parent ed3a9ffe97
commit 2ffec5a671
1 changed files with 34 additions and 32 deletions

View File

@ -32,36 +32,38 @@ export const overviewConfigs = [{
className: 'lgreen', className: 'lgreen',
unit: '个', unit: '个',
value: 0 value: 0
}, { }
title: '公有云', // {
className: 'green', // title: '公有云',
unit: '个', // className: 'green',
value: 0 // unit: '个',
}] // value: 0
}, { // }
title: '私有云使用情况', ]
icon: 'el-icon-data-line', // }, {
type: 'PROGRESS', // title: '私有云使用情况',
titleStyle: { // icon: 'el-icon-data-line',
fontSize: '14px' // type: 'PROGRESS',
}, // titleStyle: {
data: [{ // fontSize: '14px'
title: 'CPU总量/剩余量', // },
unit: '核', // data: [{
color: '#3AE13A', // title: 'CPU总量/剩余量',
used: 0, // unit: '核',
total: 0 // color: '#3AE13A',
}, { // used: 0,
title: '内存总量/剩余量', // total: 0
unit: 'G', // }, {
color: '#FFC400', // title: '内存总量/剩余量',
used: 0, // unit: 'G',
total: 0 // color: '#FFC400',
}, { // used: 0,
title: '存储总量/剩余量', // total: 0
unit: 'T', // }, {
color: '#33A1FF', // title: '存储总量/剩余量',
used: 0, // unit: 'T',
total: 0 // color: '#33A1FF',
}] // used: 0,
// total: 0
// }]
}] }]