@ -17,7 +17,7 @@
<img class="title-icon"
src="@/assets/img/shuju/title-tip.png" />
<div class="title-label">
人房概览统计
人房概览数据统计
</div>
@ -116,6 +116,7 @@
<div v-if="orgType!=='village'">
<div class="card-left-title">下级人房概览数据统计</div>
@ -183,6 +184,8 @@
</cpt-card>
</template>
@ -1,10 +1,10 @@
export function housePieOption (_charts) {
const center= ['50%', '150px']
const center= ['50%', '200px']
return {
title: {
text: '0',
top: 120,
top: 170,
left: 'center',
textStyle: {
width: '100%',
export function userPieOption (_charts) {
@ -13,7 +13,7 @@ export function userPieOption (_charts) {
fontWeight: 400
},
itemGap: 5,
subtext: '房屋总数',
subtext: '居民总数',
subtextStyle: {
fontSize: 20,
color: '#fff',