ソースを参照

修复 任务审核的弹窗样式

iZaiZaiA 2 年 前
コミット
bda3d94f40
1 ファイル変更4 行追加3 行削除
  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%;
+        }
     }
 }