소스 검색

解决缺陷:【WEB】(优化)检查登记跟踪:检查任务登记页面,选中多个异常后页面样式异常

zhulu 1 년 전
부모
커밋
16d56cb74e
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/safetycheck/task/components/checkRegister.vue
  2. 1 1
      src/views/safetycheck/task/components/register.vue

+ 1 - 1
src/views/safetycheck/task/components/checkRegister.vue

@@ -528,7 +528,7 @@ export default {
   margin-top: 20px;
 }
 .content {
-  max-height: calc(100% - 350px);
+  max-height: calc(100% - 250px);
   overflow-y: auto;
   margin-bottom: 20px;
   margin-top: 20px;

+ 1 - 1
src/views/safetycheck/task/components/register.vue

@@ -539,7 +539,7 @@ export default {
   margin-top: 20px;
 }
 .content {
-  max-height: calc(100% - 350px);
+  max-height: calc(100% - 380px);
   overflow-y: auto;
   margin-bottom: 20px;
   margin-top: 20px;