css
This commit is contained in:
@@ -20,31 +20,31 @@
|
||||
</el-row>
|
||||
<el-row type="flex">
|
||||
<div class="cardPane">
|
||||
<ai-title title="各类组织成员数量"/>
|
||||
<ai-title title="各类组织成员数量" class="pad-l32"/>
|
||||
<div id="orgMemberCountMapChart"/>
|
||||
</div>
|
||||
<div class="cardPane">
|
||||
<ai-title title="待建党组织关注度统计"/>
|
||||
<ai-title title="待建党组织关注度统计" class="pad-l32"/>
|
||||
<div id="buildPartyCountMapChart"/>
|
||||
</div>
|
||||
</el-row>
|
||||
<el-row type="flex" v-if="top.bizType==0">
|
||||
<div class="cardPane">
|
||||
<ai-title title="新经济组织类型分布"/>
|
||||
<ai-title title="新经济组织类型分布" class="pad-l32"/>
|
||||
<div id="companyCategoryCountMapChart"/>
|
||||
</div>
|
||||
<div class="cardPane">
|
||||
<ai-title title="安全隐患类型占比"/>
|
||||
<ai-title title="安全隐患类型占比" class="pad-l32"/>
|
||||
<div id="dangerousTypeCountMapChart"/>
|
||||
</div>
|
||||
</el-row>
|
||||
<el-row type="flex" v-if="top.bizType==1">
|
||||
<div class="cardPane">
|
||||
<ai-title title="新社会组织类型分布"/>
|
||||
<ai-title title="新社会组织类型分布" class="pad-l32"/>
|
||||
<div id="socialTypeCountMapChart"/>
|
||||
</div>
|
||||
<div class="cardPane">
|
||||
<ai-title title="外资背景统计"/>
|
||||
<ai-title title="外资背景统计" class="pad-l32"/>
|
||||
<div id="foreignCountMapChart"/>
|
||||
</div>
|
||||
</el-row>
|
||||
@@ -403,5 +403,8 @@ export default {
|
||||
width: 100%;
|
||||
height: 220px;
|
||||
}
|
||||
.pad-l32 {
|
||||
padding-left: 32px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user