diff --git a/public/image/mainImg/img6.png b/public/image/mainImg/img6.png index 592e0cb2..fe3f039c 100644 Binary files a/public/image/mainImg/img6.png and b/public/image/mainImg/img6.png differ diff --git a/src/lang/en.ts b/src/lang/en.ts index 1440dd52..de90aebb 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -685,7 +685,7 @@ export default { guide6:'For the Moodboard, Printboard, or Sketchboard, we provide three different sourcing methods to add images. The first option is Upload, allowing you to upload directly from your local device.', guide7:"The second method is to select from your Library.
You might notice that your library page is currently empty; there's no need to worry. All the images you upload will be automatically added to your library. In the future, you won't have to upload each time—you can simply choose from your library instead.", guide8:'The third method is to Generate images using the latest Image Generation technology.', - guide9:"Enter keywords that capture the mood you wish to express and then click the Generate button.", + guide9:"Enter keywords that capture the mood you wish to express and then click the Low Quality button.", guide10:'Select two images for your moodboard.', guide11:"Click here to layout your moodboard.", guide12:"Click here for next step.", diff --git a/src/views/HomeRecommend.vue b/src/views/HomeRecommend.vue index 41fc6f92..fe58850c 100644 --- a/src/views/HomeRecommend.vue +++ b/src/views/HomeRecommend.vue @@ -396,7 +396,7 @@ export default defineComponent({ width: 30rem; height: 25rem; object-fit: cover; - top: calc(10rem + var(--margin)); + top: calc(10rem); right: calc(25rem + var(--margin)); } .content_body_img5{ @@ -419,8 +419,8 @@ export default defineComponent({ // left: calc(20rem + var(--margin)); } .content_body_img2{ - width: 30rem; - height: 25rem; + width: 35rem; + height: 27rem; object-fit: cover; top: calc(10rem + var(--margin)); left: calc(25rem + var(--margin)); @@ -429,15 +429,15 @@ export default defineComponent({ width: 22rem; height: 30rem; object-fit: cover; - top: calc(35rem + var(--margin)); + top: calc(37rem + var(--margin)); left: calc(27rem + var(--margin)); } .content_body_img4{ - width: 11rem; - height: 15rem; + width: 15rem; + height: 18rem; object-fit: cover; top: calc(50rem + var(--margin)); - left: calc(42rem + var(--margin)); + left: calc(45rem + var(--margin)); } .content_body_img5{ width: 20rem;