样式修改
This commit is contained in:
parent
2b96c93cbe
commit
445eb01338
|
|
@ -24,28 +24,28 @@
|
|||
:show-count="true"
|
||||
style="width: 95%"
|
||||
:normalizer="normalizer"
|
||||
v-model="queryParams.unitId"
|
||||
:disable-branch-nodes="true"
|
||||
noChildrenText="没有数据了"
|
||||
noOptionsText="没有数据"
|
||||
noResultsText="没有搜索结果"
|
||||
placeholder="请选择公司"
|
||||
noResultsText="没有搜索结果"
|
||||
v-model="queryParams.unitId"
|
||||
:disable-branch-nodes="true"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="6">
|
||||
<el-form-item prop="projectId">
|
||||
<treeselect
|
||||
v-model="queryParams.projectId"
|
||||
style="width: 95%"
|
||||
:show-count="true"
|
||||
:options="projectList"
|
||||
:normalizer="normalizer"
|
||||
:show-count="true"
|
||||
style="width: 95%"
|
||||
:disable-branch-nodes="true"
|
||||
noChildrenText="没有数据了"
|
||||
noOptionsText="没有数据"
|
||||
noResultsText="没有搜索结果"
|
||||
noChildrenText="没有数据了"
|
||||
placeholder="请选择领工程"
|
||||
noResultsText="没有搜索结果"
|
||||
:disable-branch-nodes="true"
|
||||
v-model="queryParams.projectId"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
@ -65,8 +65,8 @@
|
|||
<div v-for="(card, index) in cardList_1" :key="index">
|
||||
<CardModel
|
||||
:theme="card.theme"
|
||||
:cardTitle="card.title"
|
||||
:iconType="card.icon"
|
||||
:cardTitle="card.title"
|
||||
:isReduce="card.isReduce"
|
||||
@onOpenLevelTwoPages="onOpenLevelTwoPages"
|
||||
/>
|
||||
|
|
@ -75,8 +75,8 @@
|
|||
<CardModelSpace
|
||||
:key="index"
|
||||
:theme="card.theme"
|
||||
:cardTitle="card.title"
|
||||
:iconType="card.icon"
|
||||
:cardTitle="card.title"
|
||||
v-for="(card, index) in cardList_3"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -88,8 +88,8 @@
|
|||
<div v-for="(card, index) in cardList_2" :key="index">
|
||||
<CardModel
|
||||
:theme="card.theme"
|
||||
:cardTitle="card.title"
|
||||
:iconType="card.icon"
|
||||
:cardTitle="card.title"
|
||||
:isReduce="card.isReduce"
|
||||
@onOpenLevelTwoPages="onOpenLevelTwoPages"
|
||||
/>
|
||||
|
|
@ -98,7 +98,6 @@
|
|||
</div>
|
||||
|
||||
<!-- 图表区域 -->
|
||||
|
||||
<div class="chart-box">
|
||||
<div :key="index" v-for="(chart, index) in chartList">
|
||||
<ChartModelBox :chartTitle="chart.title" :ChartTypeName="chart.type" />
|
||||
|
|
@ -339,4 +338,8 @@ export default {
|
|||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
::v-deep .vue-treeselect__control {
|
||||
height: 30px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue