Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
X1627315083
2025-12-29 15:25:53 +08:00
2 changed files with 11 additions and 6 deletions

View File

@@ -7,7 +7,6 @@
setTryOnEffectFavorite,
cancelTryOnEffectFavorite
} from '@/api/workshop'
const emit = defineEmits(['viewType'])
import { useRouter, useRoute } from 'vue-router'
import { useGenerateStore, useHGenerateStore } from '@/stores'
import { FlowType, IsHistoryFlow } from '@/types/enum'
@@ -139,11 +138,12 @@
</div>
<div class="card">
<img :src="customizeInfo.tryOnUrl" />
<div class="select-box">
<div class="history-icon"><SvgIcon name="history" size="42" /></div>
<!-- <div class="select-box">
<div class="icon"><SvgIcon name="history" size="35" /></div>
<div class="label">History</div>
<div class="icon"><SvgIcon name="xialajiantou" size="29" /></div>
</div>
</div> -->
<div class="icons">
<div @click="onLove">
<SvgIcon :name="`love_${customizeInfo.isFavorite ? 1 : 0}`" size="35" />
@@ -245,6 +245,10 @@
height: 100%;
object-fit: contain;
}
> .history-icon {
top: 4.2rem;
left: 4.2rem;
}
> .select-box {
top: 1.8rem;
left: 1.8rem;
@@ -265,6 +269,7 @@
color: #000;
}
}
> .icons {
bottom: 0.27rem;
right: 0;