fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user