From 4326d688fdc99915eab54baf9457d522800ab5cb Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期三, 06 四月 2022 09:12:27 +0800 Subject: [PATCH] 滚动条 --- src/views/safetyproduction/gojudging.vue | 2 ++ src/views/safetyproduction/reviewXG.vue | 2 ++ src/views/safetyproduction/review.vue | 2 ++ index.html | 2 +- src/views/safetyproduction/new.vue | 4 +++- src/views/safetyproduction/checklist.vue | 6 +++++- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 38f2bef..e0ff05f 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ #app { margin: 0; padding: 0; - /* overflow: hidden; */ + overflow: hidden; height: 100%; } diff --git a/src/views/safetyproduction/checklist.vue b/src/views/safetyproduction/checklist.vue index 9dc6c1b..ac82020 100644 --- a/src/views/safetyproduction/checklist.vue +++ b/src/views/safetyproduction/checklist.vue @@ -509,7 +509,7 @@ } .box-left { width: 20%; - min-height: 800px; + min-height: 850px; background-color: white; border-radius: 5px; } @@ -520,11 +520,15 @@ width: 79%; background-color: rgb(223, 229, 235); border-radius: 5px; + height: 850px; + overflow-y:overlay; } .box-rights { width: 79%; background-color: #fff; border-radius: 5px; + height: 850px; + overflow-y:overlay; } .box-rightXQ { margin-bottom: 10px; diff --git a/src/views/safetyproduction/gojudging.vue b/src/views/safetyproduction/gojudging.vue index e62b544..12bdd3a 100644 --- a/src/views/safetyproduction/gojudging.vue +++ b/src/views/safetyproduction/gojudging.vue @@ -207,6 +207,8 @@ background-color: white; border-radius: 5px; padding: 20px; + height: 850px; + overflow-y:overlay; } .title { font-size: 16px; diff --git a/src/views/safetyproduction/new.vue b/src/views/safetyproduction/new.vue index 1b9717b..9a8f99a 100644 --- a/src/views/safetyproduction/new.vue +++ b/src/views/safetyproduction/new.vue @@ -441,7 +441,7 @@ } .box-left { width: 20%; - min-height: 800px; + min-height: 850px; background-color: white; border-radius: 5px; } @@ -453,6 +453,8 @@ width: 79%; background-color: white; border-radius: 5px; + height: 850px; + overflow-y:overlay; } .title { font-size: 16px; diff --git a/src/views/safetyproduction/review.vue b/src/views/safetyproduction/review.vue index 0af1751..d6517a6 100644 --- a/src/views/safetyproduction/review.vue +++ b/src/views/safetyproduction/review.vue @@ -332,6 +332,8 @@ width: 100%; background-color: white; border-radius: 5px; + height: 850px; + overflow-y:overlay; } .box-right-content { padding: 15px 0; diff --git a/src/views/safetyproduction/reviewXG.vue b/src/views/safetyproduction/reviewXG.vue index 84e1d8f..4598c5f 100644 --- a/src/views/safetyproduction/reviewXG.vue +++ b/src/views/safetyproduction/reviewXG.vue @@ -320,6 +320,8 @@ width: 100%; background-color: white; border-radius: 5px; + height: 850px; + overflow-y:overlay; } .box-right-content { padding: 15px 0; -- Gitblit v1.9.2