+ Looking forward to see you again,
From d497471e09c51f91167bf3f039d4142f83360e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=BF=97=E9=B9=8F?= <2916022834@qq.com> Date: Tue, 30 Dec 2025 14:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HeaderTitle.vue | 8 ++++---- src/views/Workshop/customize.vue | 17 ++++++++--------- src/views/Workshop/end.vue | 14 +++++++------- src/views/Workshop/library.vue | 32 ++++++++++++-------------------- 4 files changed, 31 insertions(+), 40 deletions(-) diff --git a/src/components/HeaderTitle.vue b/src/components/HeaderTitle.vue index a826a53..477480d 100644 --- a/src/components/HeaderTitle.vue +++ b/src/components/HeaderTitle.vue @@ -2,12 +2,11 @@ import { ref } from 'vue' import { useRouter } from 'vue-router' import MyEvent from '@/utils/myEvent' - + const router = useRouter() - defineProps({ - title: { type: String, default: 'STYLING ASSISTANT' }, + title: { type: String, default: 'STYLING ASSISTANT' } }) const emit = defineEmits(['clickReturn', 'clickProfile']) @@ -16,7 +15,7 @@ const handleProfileVisibleChange = (visible) => { profileVisible.value = visible } - MyEvent.add('change-profile-visible',handleProfileVisibleChange) + MyEvent.add('change-profile-visible', handleProfileVisibleChange) const handleClickReturn = () => { router.back() @@ -61,6 +60,7 @@ color: #2c2c2c; font-family: 'satoshiRegular'; font-size: 4rem; + letter-spacing: 0.3rem; } > .profile { position: absolute; diff --git a/src/views/Workshop/customize.vue b/src/views/Workshop/customize.vue index 7595a05..8e6cf90 100644 --- a/src/views/Workshop/customize.vue +++ b/src/views/Workshop/customize.vue @@ -234,7 +234,7 @@ margin-top: 5rem; width: 73rem; height: 109.5rem; - border-radius: 2rem; + border-radius: 1rem; // box-shadow: 1.3rem 1.4rem 2rem 0.2rem #0000004d; border: 0.2rem solid #d9d9d9; overflow: hidden; @@ -272,14 +272,13 @@ } > .icons { - bottom: 0.27rem; + bottom: 3.6rem; right: 0; - height: 10rem; display: flex; align-items: center; justify-content: center; > div { - margin-right: 1.5rem; + margin-right: 2.4rem; width: 6.2rem; height: 6.2rem; border-radius: 1rem; @@ -299,13 +298,13 @@ justify-content: space-between; > button { padding: 0; - font-family: satoshiRegular; + font-family: satoshiMedium; border: none; width: 34rem; height: 9.2rem; - border-radius: 1.3rem; - font-weight: 400; - font-size: 3.8rem; + border-radius: 1rem; + font-weight: 500; + font-size: 4rem; &:active { opacity: 0.7; } @@ -325,7 +324,7 @@ background-color: #fff; background-clip: padding-box; border: 0.25rem solid transparent; - border-radius: 1.3rem; + border-radius: 1rem; } } > :first-child.finish { diff --git a/src/views/Workshop/end.vue b/src/views/Workshop/end.vue index 07306ad..df09a9e 100644 --- a/src/views/Workshop/end.vue +++ b/src/views/Workshop/end.vue @@ -13,7 +13,9 @@