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