调整
This commit is contained in:
parent
3d07cc0702
commit
77bf6bf537
@ -122,12 +122,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</dv-border-box-11>
|
</dv-border-box-11>
|
||||||
|
|
||||||
<dv-border-box-11 title="各机构、养老人数TOP5(人)" :titleWidth="400" :color="['#16ADDE', '#0C7DE7']" style="height: 20%;">
|
<dv-border-box-11 title="各机构、养老人数TOP5(人)" :titleWidth="400" :color="['#16ADDE', '#0C7DE7']" style="height: 25%;">
|
||||||
<Echarts class="echarts" :echartObj="echartObj7" />
|
<Echarts class="echarts" :echartObj="echartObj7" />
|
||||||
</dv-border-box-11>
|
</dv-border-box-11>
|
||||||
|
|
||||||
<!--能力评估-->
|
<!--能力评估-->
|
||||||
<dv-border-box-11 title="能力评估" :color="['#16ADDE', '#0C7DE7']" style="height: 17%;">
|
<dv-border-box-11 title="能力评估" :color="['#16ADDE', '#0C7DE7']" style="height: 18%;">
|
||||||
<div class="box_content" style="display: flex;flex-direction: row;">
|
<div class="box_content" style="display: flex;flex-direction: row;">
|
||||||
<div class="chart_box" style="width: 25%; justify-content: center; align-items: center;display: flex;flex-direction: column">
|
<div class="chart_box" style="width: 25%; justify-content: center; align-items: center;display: flex;flex-direction: column">
|
||||||
<a-progress :strokeWidth="13" type="circle" :stroke-color="{'9%': '#16ADDE','89%': '#0C7DE7'}" :percent="8" />
|
<a-progress :strokeWidth="13" type="circle" :stroke-color="{'9%': '#16ADDE','89%': '#0C7DE7'}" :percent="8" />
|
||||||
@ -775,6 +775,7 @@ export default {
|
|||||||
show: true,
|
show: true,
|
||||||
orient: 'vertical', // 图例竖着显示
|
orient: 'vertical', // 图例竖着显示
|
||||||
right: 0,
|
right: 0,
|
||||||
|
bottom:50,
|
||||||
data: ['总人数','医疗人数','养护人数','颐养人数'],
|
data: ['总人数','医疗人数','养护人数','颐养人数'],
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#FFFFFF',
|
color: '#FFFFFF',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user