From b8d658b8b4c6f190f3ea073ffd6667feca710690 Mon Sep 17 00:00:00 2001 From: shijing Date: Tue, 15 Feb 2022 14:10:20 +0800 Subject: [PATCH] faceLogin --- hb_client/src/App.vue | 3 ++ .../src/components/faceLogin/tracking.vue | 8 ++--- hb_client/src/views/dashboard/index.vue | 29 ++++++------------- hb_client/src/views/login/index.vue | 6 ++-- 4 files changed, 19 insertions(+), 27 deletions(-) diff --git a/hb_client/src/App.vue b/hb_client/src/App.vue index 3e65971..20bae48 100644 --- a/hb_client/src/App.vue +++ b/hb_client/src/App.vue @@ -66,4 +66,7 @@ export default { #warningTabs .el-tabs__item{ padding: 0 10px!important; } + #loginFaceWrap .el-dialog{ + width: 780px!important;height: 720px!important; + } diff --git a/hb_client/src/components/faceLogin/tracking.vue b/hb_client/src/components/faceLogin/tracking.vue index d9869c1..98727da 100644 --- a/hb_client/src/components/faceLogin/tracking.vue +++ b/hb_client/src/components/faceLogin/tracking.vue @@ -1,11 +1,11 @@ diff --git a/hb_client/src/views/dashboard/index.vue b/hb_client/src/views/dashboard/index.vue index 1e5eb29..80b06ff 100644 --- a/hb_client/src/views/dashboard/index.vue +++ b/hb_client/src/views/dashboard/index.vue @@ -7,11 +7,8 @@
- + +
本月合同数 @@ -23,6 +20,7 @@
+
- + +
本月在制任务 @@ -55,11 +50,8 @@
- + +
本月交付产品 @@ -71,11 +63,8 @@
- + +
本月不合格产品 diff --git a/hb_client/src/views/login/index.vue b/hb_client/src/views/login/index.vue index 5b48238..7edff04 100644 --- a/hb_client/src/views/login/index.vue +++ b/hb_client/src/views/login/index.vue @@ -64,8 +64,8 @@
- -
打卡
+ +
打卡
@@ -309,6 +309,6 @@ } .testTracking{ width:100%; - height: 700px; + height: 620px; }