223b16df by 焦泽平

首页表单样式调整

1 parent 954a99bc
......@@ -265,8 +265,8 @@ export default {
});
chart.coordinate('theta', {
radius: 0.75,
innerRadius: 0.7,
radius: 0.65,
innerRadius: 1.5,
});
chart.data(data);
......@@ -583,7 +583,7 @@ export default {
});
// 绘制指标数字
chart.annotation().text({
position: ['50%', '85%'],
position: ['80%', '55%'],
content: '合格率',
style: {
fontSize: 20,
......@@ -592,10 +592,10 @@ export default {
},
});
chart.annotation().text({
position: ['50%', '90%'],
position: ['80%', '70%'],
content: `${data[0].value * 10} %`,
style: {
fontSize: 36,
fontSize: 18,
fill: '#545454',
textAlign: 'center',
},
......