From c5ec9e7e11cdf9e057a6b573d2a393c34bd80348 Mon Sep 17 00:00:00 2001 From: lizhenhua <1075222162@qq.com> Date: Tue, 13 Aug 2024 13:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/SurveillanceVideo.css | 3 +-- src/assets/styles/largeScreen.css | 9 +-------- src/assets/styles/updateIDCard.css | 6 +++--- src/components/LargeScreen/index.vue | 8 +++----- src/views/components/IDrecognition.vue | 5 ++--- src/views/largeScreen/largeScreen.vue | 2 +- src/views/updateIDCard/updateIDCard.vue | 2 +- 7 files changed, 12 insertions(+), 23 deletions(-) diff --git a/src/assets/styles/SurveillanceVideo.css b/src/assets/styles/SurveillanceVideo.css index 9ef3ada..b831243 100644 --- a/src/assets/styles/SurveillanceVideo.css +++ b/src/assets/styles/SurveillanceVideo.css @@ -33,7 +33,6 @@ body { /* 设置head_pic_container的背景图片,宽度,高度,外边距,内边距,边框 */ .head_pic_container { - position: relative; width: 100%; height: 9.125rem; position: relative; @@ -315,4 +314,4 @@ tbody { } .videoResultColumeTimeIconw{ flex: 2; -} \ No newline at end of file +} diff --git a/src/assets/styles/largeScreen.css b/src/assets/styles/largeScreen.css index d30aa73..86d05c1 100644 --- a/src/assets/styles/largeScreen.css +++ b/src/assets/styles/largeScreen.css @@ -5,7 +5,6 @@ body { background-size: 100% 100%; z-index: -100; width: 120rem; - height: 61rem; margin: 0; padding: 0; box-sizing: border-box; @@ -73,12 +72,6 @@ body { .boxLeftTwoFstc { margin-bottom: 1rem; } - - - - - - /* 右侧第二个盒子 */ .boxRightTwoc { position: relative; @@ -134,4 +127,4 @@ body { font-size: 1.5rem; padding-top: 2.5rem; cursor: pointer; -} \ No newline at end of file +} diff --git a/src/assets/styles/updateIDCard.css b/src/assets/styles/updateIDCard.css index 23e3397..965c3ad 100644 --- a/src/assets/styles/updateIDCard.css +++ b/src/assets/styles/updateIDCard.css @@ -1,6 +1,6 @@ :root { --custom-size: 3rem; - + } @@ -9,7 +9,7 @@ body { background-size: 100% 100%; z-index: -100; width: 120rem; - height: 61rem; + /* height: 61rem; */ margin: 0; padding: 0; box-sizing: border-box; @@ -71,7 +71,7 @@ body { .el-upload-list__item-thumbnail, .el-upload-list__item, .el-upload-list__item-actions>li{ - width: calc(var(--custom-size) *4.6) !important; + width: calc(var(--custom-size) *4.6) !important; background-color: transparent; border-radius: 0rem; } diff --git a/src/components/LargeScreen/index.vue b/src/components/LargeScreen/index.vue index 86a2725..935d86e 100644 --- a/src/components/LargeScreen/index.vue +++ b/src/components/LargeScreen/index.vue @@ -48,7 +48,7 @@ export default { backToHome() { this.$router.beforeEach((to, from, next) => { if (from.path === '/largeScreen') { - + localStorage.clear(); } next(); @@ -73,11 +73,9 @@ export default { } .head_pic_container { - position: relative; width: 100%; - height: 10rem; + height: 5rem; position: relative; - /* background-color: #c09292; */ background-image: url('../../assets/images/headerPic.png'); z-index: 1; background-size: 100% 100%; @@ -119,4 +117,4 @@ export default { width: 2rem; height: 2rem; } - \ No newline at end of file + diff --git a/src/views/components/IDrecognition.vue b/src/views/components/IDrecognition.vue index ceb990f..3cffc83 100644 --- a/src/views/components/IDrecognition.vue +++ b/src/views/components/IDrecognition.vue @@ -197,7 +197,6 @@ export default { this.$modal.msgWarning("请上传身份证正反面两张图片"); return; } - console.log(this.dataList); this.reset(); let formData = new FormData(); formData.append('type', 1) @@ -387,7 +386,7 @@ export default { /* .el-upload-list__item-thumbnail, .el-upload-list__item, .el-upload-list__item-actions>li{ - width: calc(var(--custom-size) *4.6) !important; + width: calc(var(--custom-size) *4.6) !important; background-color: transparent; border-radius: 0rem; } @@ -401,4 +400,4 @@ export default { background-color: transparent !important; border-radius: 0rem; } */ - \ No newline at end of file + diff --git a/src/views/largeScreen/largeScreen.vue b/src/views/largeScreen/largeScreen.vue index ec7e029..0120270 100644 --- a/src/views/largeScreen/largeScreen.vue +++ b/src/views/largeScreen/largeScreen.vue @@ -52,4 +52,4 @@ export default { \ No newline at end of file + diff --git a/src/views/updateIDCard/updateIDCard.vue b/src/views/updateIDCard/updateIDCard.vue index 7e601ee..b9f04f7 100644 --- a/src/views/updateIDCard/updateIDCard.vue +++ b/src/views/updateIDCard/updateIDCard.vue @@ -71,4 +71,4 @@ export default { \ No newline at end of file +