This commit is contained in:
wxd
2024-10-06 14:15:10 +08:00
parent fb81e9d2f5
commit 3310d1a379
6 changed files with 18 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 MiB

After

Width:  |  Height:  |  Size: 32 MiB

View File

@@ -188,11 +188,13 @@ export default defineComponent({
}
.eventsDetail_content_left{
width: 40%;
max-height: 60rem;
@media (max-width: 768px) {
width: 100%;
}
.ant-image{
height: auto;
// height: auto;
height: 100%;
}
.eventsDetail_content_left_img{
width: 100%;

View File

@@ -40,6 +40,8 @@
.fullScreenImg{
width: 100%;
cursor: zoom-in;
height: 100%;
object-fit: contain;
&.active{
}

View File

@@ -24,7 +24,7 @@
</header>
<div class="homeRecommend_content_body_recommend">
<div class="content_body_recommend_top">
<h1>DESIGN <br> AIDA</h1>
<h1>AIDA</h1>
<div class="zindex">
Blooming <br>
Your Creativity
@@ -38,13 +38,13 @@
of using our AI-based <br>
interactive design assistant.
</div>
<div class="content_body_recommend_content_right zindex">
<i class="fi fi-rr-arrow-small-right"></i> Scroll Down
<div class="content_body_recommend_content_right zindex" @click="setLogin">
<i class="fi fi-rr-arrow-small-right"></i> Start Creating
</div>
</div>
<div class="content_body_recommend_bottom ">
<!-- <div class="content_body_recommend_bottom ">
<div class="zindex" @click="startCreating">Start Creating</div>
</div>
</div> -->
</div>
</div>
@@ -369,7 +369,7 @@ export default defineComponent({
top: 0;
width: 50%;
right: 0;
top: -5%;
top: 9%;
width: 70%;
@media (max-width: 768px) {
position: relative;
@@ -391,6 +391,7 @@ export default defineComponent({
line-height: .6;
font-size: 50rem;
margin: 0;
line-height: 1.2;
@media (max-width: 768px) {
font-size: 30rem;
text-align: center;

View File

@@ -728,7 +728,7 @@ export default defineComponent({
moodBoards: this.getBoardId(moodboardFiles),
printBoards: this.getPrintId(printboardFiles),
sketchBoards: this.getSkecthBoard(sketchboardFiles),
moodboardPosition: moodboardPosition,
moodboardPosition: JSON.stringify(moodboardPosition),
switchCategory: !workspace.overallSingle ?"": workspace.position,
singleOverall: !workspace.overallSingle ? "overall" : "single",
systemScale: workspace.systemDesignerPercentage?workspace.systemDesignerPercentage*.01:.3,
@@ -968,7 +968,7 @@ export default defineComponent({
name:data.collection.moodTemplateName,
}
}]:[],
moodboardPosition:data.collection.moodboardPosition?JSON.parse(data.collection.moodboardPosition):JSON.stringify({}),
moodboardPosition:data.collection.moodboardPosition?JSON.parse(data.collection.moodboardPosition):{},
moodboardFiles: this.dealViewChooseData(
data.collection.moodBoards,"Moodboard"
),

View File

@@ -89,6 +89,10 @@ export default defineComponent({
name: useI18n().t('works.MyWorks'),
value: 'myWorks'
},
{
name: 'RCA Workshop',
value: 'myWorks'
},
],
worksList: [
],