This commit is contained in:
X1627315083@163.com
2026-02-13 08:56:31 +08:00
parent e29f6a4de1
commit b5b1ff4f77
3 changed files with 29 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ const {} = toRefs(data);
<template>
<div class="generateItem">
<div v-if="item.type === 'waiting'" class="waitingItem">
等待
<img src="@/assets/images/sketchGenerateLaoding.gif" alt="">
<!-- <el-spinner style="display: inline-block;" /> -->
</div>
@@ -125,6 +125,13 @@ const {} = toRefs(data);
width: 100%;
height: 100%;
}
> .waitingItem{
> img{
width: 100%;
height: 100%;
object-fit: cover;
}
}
> .successItem{
> .more{
position: absolute;