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',
unit: '个',
value: 0
}, {
title: '公有云',
className: 'green',
unit: '个',
value: 0
}]
}, {
title: '私有云使用情况',
icon: 'el-icon-data-line',
type: 'PROGRESS',
titleStyle: {
fontSize: '14px'
},
data: [{
title: 'CPU总量/剩余量',
unit: '核',
color: '#3AE13A',
used: 0,
total: 0
}, {
title: '内存总量/剩余量',
unit: 'G',
color: '#FFC400',
used: 0,
total: 0
}, {
title: '存储总量/剩余量',
unit: 'T',
color: '#33A1FF',
used: 0,
total: 0
}]
}
// {
// title: '公有云',
// className: 'green',
// unit: '个',
// value: 0
// }
]
// }, {
// title: '私有云使用情况',
// icon: 'el-icon-data-line',
// type: 'PROGRESS',
// titleStyle: {
// fontSize: '14px'
// },
// data: [{
// title: 'CPU总量/剩余量',
// unit: '核',
// color: '#3AE13A',
// used: 0,
// total: 0
// }, {
// title: '内存总量/剩余量',
// unit: 'G',
// color: '#FFC400',
// used: 0,
// total: 0
// }, {
// title: '存储总量/剩余量',
// unit: 'T',
// color: '#33A1FF',
// used: 0,
// total: 0
// }]
}]