main
wangqiujuan0808 2023-12-14 23:47:08 +08:00
parent a77af4ca6d
commit 17f5c92260
3 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
// let color= ['#007d7b', '#8BC34A', '#CDDC39', '#FFEB3B', '#FFC107', '#FF9800', '#FF5722', '#E91E63', '#9C27B0', '#673AB7'] // 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) => { const getPie3D = (pieData, internalDiameterRatio, rateName) => {
// internalDiameterRatio:透明的空心占比 // internalDiameterRatio:透明的空心占比
const series = [] const series = []

View File

@ -52,8 +52,8 @@ const data = reactive({
value: 45 value: 45
}, },
{ {
type: '空调设备', type: '生产设备',
name: '新风机组', name: '过滤槽',
value: 130 value: 130
}, },
{ {
@ -84,8 +84,8 @@ const data = reactive({
value: 95 value: 95
}, },
{ {
type: '空调设备', type: '生产设备',
name: '新风机组', name: '过滤槽',
value: 100 value: 100
}, },
{ {
@ -117,8 +117,8 @@ const data = reactive({
value: 85 value: 85
}, },
{ {
type: '空调设备', type: '生产设备',
name: '新风机组', name: '过滤槽',
value: 130 value: 130
}, },
{ {
@ -150,8 +150,8 @@ const data = reactive({
value: 115 value: 115
}, },
{ {
type: '空调设备', type: '生产设备',
name: '新风机组', name: '过滤槽',
value: 90 value: 90
}, },
{ {

View File

@ -72,7 +72,7 @@ const openDialog = () => {
top: 380px; top: 380px;
right: 10px; right: 10px;
width: 360px; width: 360px;
height: 320px; height: 380px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;