shj
2022-04-06 4326d688fdc99915eab54baf9457d522800ab5cb
滚动条
已修改6个文件
18 ■■■■ 文件已修改
index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/checklist.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/gojudging.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/new.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/review.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safetyproduction/reviewXG.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
index.html
@@ -22,7 +22,7 @@
        #app {
            margin: 0;
            padding: 0;
            /* overflow: hidden; */
            overflow: hidden;
            height: 100%;
        }
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;
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;
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;
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;
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;