Commit e04a80c7 authored by 刘殿昕's avatar 刘殿昕

调整组件

parent a0307d3d
......@@ -126,7 +126,7 @@ export default {
name: "",
type: "pie",
clockWise: false,
radius: [60, 63],
radius: [50, 53],
center: ["50%", "46%"],
hoverAnimation: false,
avoidLabelOverlap: true,
......
......@@ -49,7 +49,6 @@
class="block-radius-content"
:data="mult_data_state"
:show_center_data="false"
:bar_width="10"
></multiple-circle>
<starlist
v-else
......@@ -72,6 +71,15 @@
class="block-radius-content"
:data="mult_data"
:text="text"
:color="[
'#27bfee',
'#f56b4c',
'#435290',
'#597ec0',
'#e56600',
'#a5937b',
'#8210c5',
]"
></multiple-circle>
</block-radius>
</el-col>
......@@ -741,7 +749,7 @@ export default {
data.score3 +
data.score2 +
data.score1;
console.log(this.starlistData, this.starlistTotal)
console.log(this.starlistData, this.starlistTotal);
}
}
});
......
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment