diff --git a/public/video/homeVideo.gif b/public/video/homeVideo.gif
index eae598f2..a8a0a4ef 100644
Binary files a/public/video/homeVideo.gif and b/public/video/homeVideo.gif differ
diff --git a/src/component/Events/eventsDetail.vue b/src/component/Events/eventsDetail.vue
index 4384ab24..3f2b6c92 100644
--- a/src/component/Events/eventsDetail.vue
+++ b/src/component/Events/eventsDetail.vue
@@ -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%;
diff --git a/src/component/HomePage/fullScreenImg.vue b/src/component/HomePage/fullScreenImg.vue
index ef4c8187..48810d1e 100644
--- a/src/component/HomePage/fullScreenImg.vue
+++ b/src/component/HomePage/fullScreenImg.vue
@@ -40,6 +40,8 @@
.fullScreenImg{
width: 100%;
cursor: zoom-in;
+ height: 100%;
+ object-fit: contain;
&.active{
}
diff --git a/src/views/HomeRecommend.vue b/src/views/HomeRecommend.vue
index 2626559d..41b11832 100644
--- a/src/views/HomeRecommend.vue
+++ b/src/views/HomeRecommend.vue
@@ -24,7 +24,7 @@
-
DESIGN
AIDA
+
AIDA
Blooming
Your Creativity
@@ -38,13 +38,13 @@
of using our AI-based
interactive design assistant.
-
-
Scroll Down
+
+ Start Creating
-
+
@@ -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;
diff --git a/src/views/HomeView/HomeView.vue b/src/views/HomeView/HomeView.vue
index d7403b44..ec79e1b9 100644
--- a/src/views/HomeView/HomeView.vue
+++ b/src/views/HomeView/HomeView.vue
@@ -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"
),
diff --git a/src/views/HomeView/Works.vue b/src/views/HomeView/Works.vue
index 21cf8fe5..9a20ee67 100644
--- a/src/views/HomeView/Works.vue
+++ b/src/views/HomeView/Works.vue
@@ -89,6 +89,10 @@ export default defineComponent({
name: useI18n().t('works.MyWorks'),
value: 'myWorks'
},
+ {
+ name: 'RCA Workshop',
+ value: 'myWorks'
+ },
],
worksList: [
],