位置调整
This commit is contained in:
@@ -50,7 +50,7 @@ import {
|
|||||||
CirclePlus,
|
CirclePlus,
|
||||||
Delete,
|
Delete,
|
||||||
EditPen,
|
EditPen,
|
||||||
Download,
|
Download,
|
||||||
Upload,
|
Upload,
|
||||||
View,
|
View,
|
||||||
Refresh,
|
Refresh,
|
||||||
@@ -61,8 +61,8 @@ const router = useRouter();
|
|||||||
const value1 = ref("");
|
const value1 = ref("");
|
||||||
const value2 = ref("");
|
const value2 = ref("");
|
||||||
const tableHeight = ref(0);
|
const tableHeight = ref(0);
|
||||||
console.log(window.innerHeight,"+++++++++");
|
console.log(window.innerHeight, "+++++++++");
|
||||||
tableHeight.value = window.innerHeight-700;
|
tableHeight.value = window.innerHeight - 730;
|
||||||
|
|
||||||
// 跳转详情页
|
// 跳转详情页
|
||||||
const toDetail = () => {
|
const toDetail = () => {
|
||||||
|
|||||||
@@ -6,6 +6,75 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- <span class="new_span">测试scss颜色</span> -->
|
<!-- <span class="new_span">测试scss颜色</span> -->
|
||||||
<div class="right_container">
|
<div class="right_container">
|
||||||
|
|
||||||
|
<!-- 功能选择 -->
|
||||||
|
<div class="container_function">
|
||||||
|
<!-- <div class="function_title"><p>功能选择</p></div> -->
|
||||||
|
<div class="function_main">
|
||||||
|
<div
|
||||||
|
class="function_item"
|
||||||
|
:class="
|
||||||
|
item.checked ? 'function_item checked_function' : 'function_item'
|
||||||
|
"
|
||||||
|
v-for="(item, index) in tabsList"
|
||||||
|
:key="index"
|
||||||
|
@click="handleCheckFunction(index)"
|
||||||
|
>
|
||||||
|
<div class="item_img">
|
||||||
|
<img :src="item.img" alt="" />
|
||||||
|
</div>
|
||||||
|
<div class="item_text">
|
||||||
|
<p>{{ item.label }}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- 饼图 -->
|
||||||
|
<div class="container_charts">
|
||||||
|
<div class="charts_info">
|
||||||
|
<pie
|
||||||
|
:customData="{
|
||||||
|
title: '检测状态',
|
||||||
|
textAlign: 'right',
|
||||||
|
}"
|
||||||
|
:legendData="{
|
||||||
|
icon: 'circle',
|
||||||
|
left: 'left',
|
||||||
|
}"
|
||||||
|
:chartsData="chartsData1"
|
||||||
|
ref="pieRef1"
|
||||||
|
></pie>
|
||||||
|
</div>
|
||||||
|
<div class="charts_info">
|
||||||
|
<pie
|
||||||
|
:customData="{
|
||||||
|
title: '检测结果',
|
||||||
|
textAlign: 'right',
|
||||||
|
}"
|
||||||
|
:legendData="{
|
||||||
|
icon: 'circle',
|
||||||
|
left: 'left',
|
||||||
|
}"
|
||||||
|
:chartsData="chartsData2"
|
||||||
|
ref="pieRef2"
|
||||||
|
></pie>
|
||||||
|
</div>
|
||||||
|
<div class="charts_info">
|
||||||
|
<pie
|
||||||
|
:customData="{
|
||||||
|
title: '报告状态',
|
||||||
|
textAlign: 'right',
|
||||||
|
}"
|
||||||
|
:legendData="{
|
||||||
|
icon: 'circle',
|
||||||
|
left: 'left',
|
||||||
|
}"
|
||||||
|
:chartsData="chartsData3"
|
||||||
|
ref="pieRef3"
|
||||||
|
></pie>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- 筛选条件 -->
|
<!-- 筛选条件 -->
|
||||||
<div class="container_title">
|
<div class="container_title">
|
||||||
<el-form :model="form" label-width="80px" :inline="true">
|
<el-form :model="form" label-width="80px" :inline="true">
|
||||||
@@ -105,73 +174,6 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<!-- 饼图 -->
|
|
||||||
<div class="container_charts">
|
|
||||||
<div class="charts_info">
|
|
||||||
<pie
|
|
||||||
:customData="{
|
|
||||||
title: '检测状态',
|
|
||||||
textAlign: 'right',
|
|
||||||
}"
|
|
||||||
:legendData="{
|
|
||||||
icon: 'circle',
|
|
||||||
left: 'left',
|
|
||||||
}"
|
|
||||||
:chartsData="chartsData1"
|
|
||||||
ref="pieRef1"
|
|
||||||
></pie>
|
|
||||||
</div>
|
|
||||||
<div class="charts_info">
|
|
||||||
<pie
|
|
||||||
:customData="{
|
|
||||||
title: '检测结果',
|
|
||||||
textAlign: 'right',
|
|
||||||
}"
|
|
||||||
:legendData="{
|
|
||||||
icon: 'circle',
|
|
||||||
left: 'left',
|
|
||||||
}"
|
|
||||||
:chartsData="chartsData2"
|
|
||||||
ref="pieRef2"
|
|
||||||
></pie>
|
|
||||||
</div>
|
|
||||||
<div class="charts_info">
|
|
||||||
<pie
|
|
||||||
:customData="{
|
|
||||||
title: '报告状态',
|
|
||||||
textAlign: 'right',
|
|
||||||
}"
|
|
||||||
:legendData="{
|
|
||||||
icon: 'circle',
|
|
||||||
left: 'left',
|
|
||||||
}"
|
|
||||||
:chartsData="chartsData3"
|
|
||||||
ref="pieRef3"
|
|
||||||
></pie>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- 功能选择 -->
|
|
||||||
<div class="container_function">
|
|
||||||
<!-- <div class="function_title"><p>功能选择</p></div> -->
|
|
||||||
<div class="function_main">
|
|
||||||
<div
|
|
||||||
class="function_item"
|
|
||||||
:class="
|
|
||||||
item.checked ? 'function_item checked_function' : 'function_item'
|
|
||||||
"
|
|
||||||
v-for="(item, index) in tabsList"
|
|
||||||
:key="index"
|
|
||||||
@click="handleCheckFunction(index)"
|
|
||||||
>
|
|
||||||
<div class="item_img">
|
|
||||||
<img :src="item.img" alt="" />
|
|
||||||
</div>
|
|
||||||
<div class="item_text">
|
|
||||||
<p>{{ item.label }}</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<!-- 列表数据 -->
|
<!-- 列表数据 -->
|
||||||
<div class="container_table">
|
<div class="container_table">
|
||||||
<Table></Table>
|
<Table></Table>
|
||||||
|
|||||||
Reference in New Issue
Block a user