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{ .eventsDetail_content_left{
width: 40%; width: 40%;
max-height: 60rem;
@media (max-width: 768px) { @media (max-width: 768px) {
width: 100%; width: 100%;
} }
.ant-image{ .ant-image{
height: auto; // height: auto;
height: 100%;
} }
.eventsDetail_content_left_img{ .eventsDetail_content_left_img{
width: 100%; width: 100%;

View File

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

View File

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

View File

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

View File

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