tangning 3 週間 前
コミット
e45e37766e

+ 3 - 2
src/view/newFireCase/newFireDetails/components/screenShot.vue

@@ -89,7 +89,7 @@ const startShot = () => {
     params: { caseId: targetCaseId },
     params: { caseId: targetCaseId },
     query,
     query,
   });
   });
-  window.open(resolved.href, '_blank');
+  window.open(resolved.href);
 }
 }
 const files = ref<any[]>([]);
 const files = ref<any[]>([]);
 const loading = ref(false);
 const loading = ref(false);
@@ -312,7 +312,8 @@ const handleDelete = async (file: any) => {
     padding: 32px 0;
     padding: 32px 0;
     .file-list {
     .file-list {
       width: 80%;
       width: 80%;
-      height: calc(100% - 166px);
+      overflow: scroll;
+      height: calc(100% - 130px);
     }
     }
     .file-item {
     .file-item {
       height: 80px;
       height: 80px;