Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite

This commit is contained in:
zhangyh
2025-10-27 16:23:01 +08:00
9 changed files with 32 additions and 18 deletions

View File

@@ -150,7 +150,10 @@
</div>
</div>
</div>
<div v-if="likeDesignCollectionList?.length == 0 && designCollectionList?.length > 0" class="info">{{ $t(t('HomeView.jsContent13')) }}</div>
<div v-if="likeDesignCollectionList?.length == 0 && designCollectionList?.length > 0" class="info">
<img v-if="locale == 'CHINESE_SIMPLIFIED'" src="@/assets/images/homePage/designTutorial_CN.png" alt="">
<img v-else src="@/assets/images/homePage/designTutorial_EN.png" alt="">
</div>
<div class="right_content_img_block scroll_style active">
<div class="right_content_img_item" ref="likeItemDom" designType="like" :index="0">
<!-- likeDesignCollectionList -->
@@ -1348,6 +1351,7 @@ export default defineComponent({
}
return {
store,
locale,
...toRefs(editDesignType),
likeDesignCollectionList,
deleteDesignCollectionList,
@@ -2251,10 +2255,16 @@ export default defineComponent({
}
}
.info{
font-size: 1.2rem;
color: #000000;
margin-left: 2rem;
font-weight: 900;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
> img{
width: 100%;
height: 100%;
object-fit: contain;
}
}
.designPage_body {
width: 100%;