Эх сурвалжийг харах

修复 任务审核的弹窗样式

iZaiZaiA 2 жил өмнө
parent
commit
bda3d94f40

+ 4 - 3
src/styles/tasks/hc-data.scss

@@ -54,14 +54,15 @@
         margin-left: 24px;
         margin-left: 24px;
         width: 40%;
         width: 40%;
         height: 100%;
         height: 100%;
-        display: flex;
-        flex-direction: column;
         .data-table {
         .data-table {
             position: relative;
             position: relative;
-            flex: 1;
+            height: calc(100% - 125px);
         }
         }
         .radio-group-box {
         .radio-group-box {
             margin: 10px 0;
             margin: 10px 0;
         }
         }
+        &.vh .data-table {
+            height: 100%;
+        }
     }
     }
 }
 }