Преглед на файлове

解决缺陷:【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;