Browse Source

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

zhulu 1 năm trước cách đây
mục cha
commit
16d56cb74e

+ 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;