+
{{ item.name }}
-
-
-
- {{ faceDevDetail.name }}
-
-
-
-
-
- {{
- faceDevDialogData.ufaceDev && faceDevDialogData.ufaceDev.deviceState == 1
- ? $t('message.dataBoard.online')
- : $t('message.dataBoard.notOnline')
- }}
-
-
-
-
-
- {{ $t('message.dataBoard.inAndOutStatistics') }}
-
-
-
-
- {{ $t('message.dataBoard.todayInPeople') }}
-
-
- {{ faceDevDialogData.totalAttendance.inTotalNum }}
-
-
-
-
-
- {{ $t('message.dataBoard.todayOutPeople') }}
-
-
- {{ faceDevDialogData.totalAttendance.outTotalNum }}
-
-
-
-
-
- {{ $t('message.dataBoard.inAndOutRecords') }}
-
-
-
-
- -
-
- {{ item.workerName }}
- {{ item.createTime }}
-
- {{ item.passType == 1 ? $t('message.dataBoard.in') : $t('message.dataBoard.out') }}
-
-
-
-
-
-
+
@@ -2361,8 +2307,9 @@ var $line
var $line2
import DataCard from './DataCard.vue'
+import FaceGate from './center/FaceGate.vue'
export default {
- components: { areaTree, videoModule, DataCard },
+ components: { areaTree, videoModule, DataCard, FaceGate },
data() {
return {
countDownTime: null,
@@ -4189,6 +4136,9 @@ img {
.mapUrl {
display: inline-block;
position: relative;
+ width: 100%;
+ height: 100%;
+ overflow: hidden;
}
}
.lgMapContent {
@@ -4306,13 +4256,8 @@ img {
width: 100%;
height: 800px;
padding-top: 1px;
- /*position: absolute;*/
- /*left: 0;*/
- /*top: 0;*/
- /*background-image: url("~@/assets/images/dataBoard/pointDialog_l_BG.png");*/
background-size: 100% 100%;
z-index: 3;
- /*background-color: #040d15;*/
.closeBtn {
position: absolute;
right: 22px;
@@ -4331,7 +4276,6 @@ img {
height: 100%;
width: 224px;
margin-right: 25px;
- /*background-color: rgba(0, 0, 0, 1);*/
border: 1px solid rgba(26, 76, 90, 1);
.pageTitle {
display: none;
@@ -4346,72 +4290,7 @@ img {
}
}
}
-.faceDevBox {
- text-align: left;
- .blockTitle2 {
- font-size: 14px;
- }
- .timeInner {
- margin-bottom: 10px;
- display: flex;
- p {
- font-size: 12px;
- }
- .num {
- font-size: 16px;
- }
- }
-}
-.inOutListBox {
- li {
- font-size: 12px;
- display: flex;
- align-items: center;
- margin-top: 5px;
- .workerName {
- width: 50px;
- }
- img {
- margin-right: 10px;
- }
- .time {
- margin-right: 20px;
- }
- .type {
- width: 30px;
- height: 22px;
- line-height: 22px;
- text-align: center;
- border-radius: 3px;
- border: 1px solid rgba(81, 129, 246, 0.42);
- color: #5181f6;
- &.type2 {
- border: 1px solid rgba(68, 215, 182, 0.42);
- color: #44d7b6;
- }
- }
- }
-}
-.devStatus {
- background-color: #279e83;
- font-size: 12px;
- width: 40px;
- height: 22px;
- text-align: center;
- line-height: 22px;
- color: white;
- float: right;
- margin-right: 10px;
- border-radius: 3px;
- margin-left: 10px;
- &.red {
- background-color: #fe6c7f;
- }
-}
.dialogBlock {
- /*border: 1px solid #1a4c5a;*/
- /*background-color: #000;*/
-
color: #fff;
.dialogBlockContent {
margin: 20px;
@@ -4849,63 +4728,13 @@ img {
line-height: 20px;
color: #fff;
}
-//蓝色风格
-.dataBoardPage_blue {
- .pointTabBox {
- li {
- background-image: url('~@/assets/images/dataBoard/blueTheme/tabBG.png');
- color: rgba(255, 255, 254, 0.8);
- &.active {
- background-image: url('~@/assets/images/dataBoard/blueTheme/tabBG-active.png');
- color: #ffffff;
- }
- }
- }
- .pointDialog_l {
- background-image: none;
- }
- .dialogBlock {
- // background-color: #03032D;
- background-color: #262d47;
- }
- .pointDialog_s {
- background-color: #091750;
- }
-}
-// 湛蓝色
-.dataBoardPage_blue2 {
- .pointTabBox {
- li {
- background-image: url('~@/assets/images/dataBoard/blueTheme2/tabBG.png');
- color: rgba(255, 255, 254, 0.8);
- &.active {
- background-image: url('~@/assets/images/dataBoard/blueTheme2/tabBG-active.png');
- color: #ffffff;
- }
- }
- }
- .pointDialog_l {
- background-image: none;
- }
- .dialogBlock {
- // background-color: #03032D;
- background-color: #262d47;
- }
- .pointDialog_s {
- background-color: #091750;
- }
-}
.svg-box {
margin-top: 20px;
width: 100%;
height: 320px;
- // border: 1px solid red;
}
.dialog_box {
overflow: inherit;
- // /deep/.el-dialog__wrapper{
- // overflow: inherit;
- // }
}
.isIframe {
/deep/.isLongguangIframe {