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