From 975f728b857fcbc107998b73274df59011e6b19c Mon Sep 17 00:00:00 2001 From: Jack <1638169491@qq.com> Date: Mon, 1 Aug 2022 18:31:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F(=E6=95=B0=E5=AD=97=E5=B7=A5?= =?UTF-8?q?=E5=9C=B0)=EF=BC=9A=E6=8A=BD=E7=A6=BB=E4=BA=BA=E8=84=B8?= =?UTF-8?q?=E9=97=B8=E6=9C=BA=E5=BC=B9=E6=A1=86=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dataBoard/digitalSite/center/FaceGate.vue | 173 ++++++++++++++++ .../dataBoard/digitalSite/index.vue | 193 +----------------- 2 files changed, 184 insertions(+), 182 deletions(-) create mode 100644 src/views/projectAdmin/dataBoard/digitalSite/center/FaceGate.vue diff --git a/src/views/projectAdmin/dataBoard/digitalSite/center/FaceGate.vue b/src/views/projectAdmin/dataBoard/digitalSite/center/FaceGate.vue new file mode 100644 index 00000000..42672534 --- /dev/null +++ b/src/views/projectAdmin/dataBoard/digitalSite/center/FaceGate.vue @@ -0,0 +1,173 @@ + + + + + diff --git a/src/views/projectAdmin/dataBoard/digitalSite/index.vue b/src/views/projectAdmin/dataBoard/digitalSite/index.vue index e2d19904..7cc6c35b 100644 --- a/src/views/projectAdmin/dataBoard/digitalSite/index.vue +++ b/src/views/projectAdmin/dataBoard/digitalSite/index.vue @@ -125,7 +125,7 @@
-
+
{{ 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 {