detail调整
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="scaleImage_content_imgBox">
|
||||
<div class="scaleImage_content_imgBox" :class="{active:isComparison}">
|
||||
<img v-if="isComparison" :src="scaleImageList[scaleImageIndex]?.sourceUrl">
|
||||
<img :src="scaleImageList[scaleImageIndex]?.imgUrl">
|
||||
<div class="img_operate_block" v-if="isLike">
|
||||
@@ -183,6 +183,7 @@ export default defineComponent({
|
||||
}
|
||||
let imageStrength = productimg.productimgSimilarity == 100? 95 :productimg.productimgSimilarity
|
||||
let data:any ={
|
||||
direction:productimg.productimgRelightDirection,
|
||||
prompt:productimg.productimgSearchName,
|
||||
toProductImageVOList:[obj],
|
||||
userLikeGroupId:productimg.productimgUpload.userlikeGroupId,
|
||||
@@ -398,6 +399,13 @@ export default defineComponent({
|
||||
width: auto;
|
||||
height: 100%;
|
||||
}
|
||||
&.active{
|
||||
display: flex;
|
||||
img{
|
||||
width: 50%;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
.img_operate_block{
|
||||
width: 3.6rem;
|
||||
height: 3.6rem;
|
||||
|
||||
Reference in New Issue
Block a user