main
parent
a77af4ca6d
commit
17f5c92260
|
@ -1,6 +1,6 @@
|
|||
// let color= ['#007d7b', '#8BC34A', '#CDDC39', '#FFEB3B', '#FFC107', '#FF9800', '#FF5722', '#E91E63', '#9C27B0', '#673AB7']
|
||||
|
||||
let color = ['#f46464', '#7bddf5', '#f5ef7b', '#f57bcc']
|
||||
let color = ['#2E6099', '#aa2b3d', '#24cdfb', '#bd9f63']
|
||||
const getPie3D = (pieData, internalDiameterRatio, rateName) => {
|
||||
// internalDiameterRatio:透明的空心占比
|
||||
const series = []
|
||||
|
|
|
@ -52,8 +52,8 @@ const data = reactive({
|
|||
value: 45
|
||||
},
|
||||
{
|
||||
type: '空调设备',
|
||||
name: '新风机组',
|
||||
type: '生产设备',
|
||||
name: '过滤槽',
|
||||
value: 130
|
||||
},
|
||||
{
|
||||
|
@ -84,8 +84,8 @@ const data = reactive({
|
|||
value: 95
|
||||
},
|
||||
{
|
||||
type: '空调设备',
|
||||
name: '新风机组',
|
||||
type: '生产设备',
|
||||
name: '过滤槽',
|
||||
value: 100
|
||||
},
|
||||
{
|
||||
|
@ -117,8 +117,8 @@ const data = reactive({
|
|||
value: 85
|
||||
},
|
||||
{
|
||||
type: '空调设备',
|
||||
name: '新风机组',
|
||||
type: '生产设备',
|
||||
name: '过滤槽',
|
||||
value: 130
|
||||
},
|
||||
{
|
||||
|
@ -150,8 +150,8 @@ const data = reactive({
|
|||
value: 115
|
||||
},
|
||||
{
|
||||
type: '空调设备',
|
||||
name: '新风机组',
|
||||
type: '生产设备',
|
||||
name: '过滤槽',
|
||||
value: 90
|
||||
},
|
||||
{
|
||||
|
|
|
@ -72,7 +72,7 @@ const openDialog = () => {
|
|||
top: 380px;
|
||||
right: 10px;
|
||||
width: 360px;
|
||||
height: 320px;
|
||||
height: 380px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
|
Loading…
Reference in New Issue