From ff71c01e911393443319a5d3e45684a1ba854ca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Sat, 7 Oct 2023 14:39:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=90=86=E8=AE=B0=E8=B4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/abnormal/abnormal.vue | 10 +++++----- src/views/allTasks/allTasks.vue | 10 +++++----- src/views/audit/audit.vue | 10 +++++----- src/views/managerAbnormal/managerAbnormal.vue | 10 +++++----- src/views/processed/processed.vue | 10 +++++----- src/views/processing/processing.vue | 10 +++++----- src/views/taskAllocation/todo.vue | 10 +++++----- src/views/toBeAllocated/toBeAllocated.vue | 8 ++++---- 8 files changed, 39 insertions(+), 39 deletions(-) diff --git a/src/views/abnormal/abnormal.vue b/src/views/abnormal/abnormal.vue index 95415ff..c10b41e 100644 --- a/src/views/abnormal/abnormal.vue +++ b/src/views/abnormal/abnormal.vue @@ -142,8 +142,8 @@ export default { ::-webkit-scrollbar{display:none} .app-container{ background-color: #f5f6f8; - width: 100vw; - height: 100vh; + width: 100%; + height: 91vh; } .selected{ @@ -180,7 +180,7 @@ export default { margin-right: 10px; } p{ - font-size: 18px; + font-size: 16px; } } @@ -271,7 +271,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); overflow-y: scroll; .left_main_block{ border-radius: 8px; @@ -302,7 +302,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } } diff --git a/src/views/allTasks/allTasks.vue b/src/views/allTasks/allTasks.vue index d65ef46..c691c12 100644 --- a/src/views/allTasks/allTasks.vue +++ b/src/views/allTasks/allTasks.vue @@ -244,8 +244,8 @@ export default { p{margin: 0;line-height: 1;} .app-container{ background-color: #f5f6f8; - width: 100vw; - height: 100vh; + width: 100%; + height: 91vh; } .selected{ @@ -282,7 +282,7 @@ export default { margin-right: 10px; } p{ - font-size: 18px; + font-size: 16px; } } @@ -464,7 +464,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); .backButton{ color: #3976ff; display: inline-block; @@ -498,7 +498,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } } diff --git a/src/views/audit/audit.vue b/src/views/audit/audit.vue index 8f04fb7..685e029 100644 --- a/src/views/audit/audit.vue +++ b/src/views/audit/audit.vue @@ -207,8 +207,8 @@ export default { p{margin: 0;line-height: 1;} .app-container{ background-color: #f5f6f8; - width: 100vw; - height: 100vh; + width: 100%; + height: 91vh; } .selected{ @@ -249,7 +249,7 @@ export default { margin-right: 10px; } p{ - font-size: 18px; + font-size: 16px; } } .table_none{ @@ -415,7 +415,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); position: relative; } @@ -426,7 +426,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } } diff --git a/src/views/managerAbnormal/managerAbnormal.vue b/src/views/managerAbnormal/managerAbnormal.vue index 3036dbd..7de2b0d 100644 --- a/src/views/managerAbnormal/managerAbnormal.vue +++ b/src/views/managerAbnormal/managerAbnormal.vue @@ -143,8 +143,8 @@ export default { ::-webkit-scrollbar{display:none} .app-container{ background-color: #f5f6f8; - width: 100vw; - height: 100vh; + width: 100%; + height: 91vh; } .selected{ @@ -181,7 +181,7 @@ export default { margin-right: 10px; } p{ - font-size: 18px; + font-size: 16px; } } .table_none{ @@ -277,7 +277,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); overflow-y: scroll; position: relative; .left_main_block{ @@ -314,7 +314,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } } diff --git a/src/views/processed/processed.vue b/src/views/processed/processed.vue index 7b12486..a8b3440 100644 --- a/src/views/processed/processed.vue +++ b/src/views/processed/processed.vue @@ -185,8 +185,8 @@ export default { p{margin: 0;line-height: 1;} .app-container{ background-color: #f5f6f8; - width: 100vw; - height: 100vh; + width: 100%; + height: 91vh; } .selected{ @@ -223,7 +223,7 @@ export default { margin-right: 10px; } p{ - font-size: 18px; + font-size: 16px; } } @@ -329,7 +329,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } .right_main{ @@ -339,7 +339,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } } diff --git a/src/views/processing/processing.vue b/src/views/processing/processing.vue index bc0f92b..bbfff75 100644 --- a/src/views/processing/processing.vue +++ b/src/views/processing/processing.vue @@ -194,8 +194,8 @@ export default { p{margin: 0;line-height: 1;} .app-container{ background-color: #f5f6f8; - width: 100vw; - height: 100vh; + width: 100%; + height: 91vh; } .selected{ @@ -232,7 +232,7 @@ export default { margin-right: 10px; } p{ - font-size: 18px; + font-size: 16px; } } @@ -387,7 +387,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); .backButton{ color: #3976ff; border-bottom: 1px solid #3976ff; @@ -419,7 +419,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } } diff --git a/src/views/taskAllocation/todo.vue b/src/views/taskAllocation/todo.vue index 713b752..0c5874f 100644 --- a/src/views/taskAllocation/todo.vue +++ b/src/views/taskAllocation/todo.vue @@ -197,8 +197,8 @@ export default { p{margin: 0;line-height: 1;} .app-container{ background-color: #f5f6f8; - width: 100vw; - height: 100vh; + width: 100%; + height: 91vh; } .pickerTime{ opacity: 0; @@ -224,7 +224,7 @@ export default { margin-right: 10px; } p{ - font-size: 18px; + font-size: 16px; } } .num{ @@ -327,7 +327,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } .right_main{ @@ -337,7 +337,7 @@ export default { box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); } } diff --git a/src/views/toBeAllocated/toBeAllocated.vue b/src/views/toBeAllocated/toBeAllocated.vue index 89e2407..a5f096d 100644 --- a/src/views/toBeAllocated/toBeAllocated.vue +++ b/src/views/toBeAllocated/toBeAllocated.vue @@ -242,8 +242,8 @@ p{margin: 0;line-height: 1;} .app-container{ background-color: #f5f6f8; - width: 100vw; - height: 100vh; + width: 100%; + height: 91vh; } .selected{ @@ -284,7 +284,7 @@ margin-right: 10px; } p{ - font-size: 18px; + font-size: 16px; } } @@ -468,7 +468,7 @@ box-shadow: 4px 0px 10px rgba(0, 0, 0, 0.13); background: #fff; padding: 15px 20px; - height: calc(100vh - 91px); + height: calc(91vh - 91px); position: relative; }