Jelajahi Sumber

修复 任务审核的弹窗样式

iZaiZaiA 2 tahun lalu
induk
melakukan
bda3d94f40
1 mengubah file dengan 4 tambahan dan 3 penghapusan
  1. 4 3
      src/styles/tasks/hc-data.scss

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

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