This commit is contained in:
zk
2023-12-11 10:06:57 +08:00
parent 4a616ed1c8
commit e576d20c00
2 changed files with 18 additions and 19 deletions
+16 -17
View File
@@ -1,8 +1,8 @@
<template>
<div class="terminal-container">
<public-title title="健康终端报警" :isShowMore="true" @clickMore="handleDialog">
<public-title title="健康终端报警">
<template #right>
<span style="font-size: 14px; font-weight: 100; cursor: pointer; margin-right: 3px" @click="viewDetail">查看详情</span>
<span class="right-text" @click="viewDetail">查看详情</span>
</template>
</public-title>
<div class="inner">
@@ -18,13 +18,13 @@
</div>
</vue3-seamless-scroll>
</div>
<Dialog :openVis="open" width="65%" title="健康终端报警列表" @close="handleClose">
<template #container>
<div class="dialog-con">
<a-table :dataSource="dataSource" :columns="columns" :scroll="{ y: '56vh' }" :pagination="false" />
</div>
</template>
</Dialog>
<!-- <Dialog :openVis="open" width="65%" title="健康终端报警列表" @close="handleClose">-->
<!-- <template #container>-->
<!-- <div class="dialog-con">-->
<!-- <a-table :dataSource="dataSource" :columns="columns" :scroll="{ y: '56vh' }" :pagination="false" />-->
<!-- </div>-->
<!-- </template>-->
<!-- </Dialog>-->
<Dialog :openVis="openInfor" width="30%" title="健康报警员工信息" @close="handlePoliceClose">
<template #container>
<div class="police-con">
@@ -92,14 +92,6 @@
},
]);
function handleDialog() {
open.value = true;
}
function handleClose() {
open.value = false;
}
/**
* @desc open员工信息
*/
@@ -147,6 +139,13 @@
}
</script>
<style scoped lang="less">
.right-text {
font-size: 14px;
font-weight: 100;
cursor: pointer;
margin-right: 3px;
}
.inner {
height: calc(100% - 40px);
display: flex;
+2 -2
View File
@@ -168,7 +168,7 @@
.body-d {
display: flex;
height: calc(100% - 120px);
padding-top: 10px;
//padding-top: 10px;
> :nth-child(1) {
width: 25%;
@@ -226,4 +226,4 @@
background: url('../assets/images/bottom-b.png') no-repeat;
background-size: 100% 100%;
}
</style>
</style>