Prefer image for queue task preview (#520)

This commit is contained in:
Chenlei Hu
2024-08-18 20:59:43 -04:00
committed by GitHub
parent 22e2628479
commit 8576d3797b
2 changed files with 4 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ onMounted(() => {
aspect-ratio: 1 / 1;
overflow: hidden;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.task-output-image {