diff --git a/src/components/HeaderTitle.vue b/src/components/HeaderTitle.vue index f813324..a2d67f9 100644 --- a/src/components/HeaderTitle.vue +++ b/src/components/HeaderTitle.vue @@ -3,7 +3,7 @@ const router = useRouter() defineProps({ - title: { type: String, default: 'AI STYLING ASSISTANT' } + title: { type: String, default: 'STYLING ASSISTANT' } }) const emit = defineEmits(['clickReturn', 'clickProfile']) diff --git a/src/views/asistant/index.vue b/src/views/asistant/index.vue index 5ed951d..d3e1d29 100644 --- a/src/views/asistant/index.vue +++ b/src/views/asistant/index.vue @@ -300,7 +300,8 @@ const handleContinue = () => { border-radius: 0.7rem; background-color: #000; width: 24.6rem; - height: 5.9rem; + height: 6.7rem; + box-sizing: border-box; } } } diff --git a/src/views/login/customer.vue b/src/views/login/customer.vue index 16497ed..67d8c77 100644 --- a/src/views/login/customer.vue +++ b/src/views/login/customer.vue @@ -213,6 +213,7 @@ const handleBack = (e?: Event) => { line-height: 8.3rem; font-size: 4.8rem; border: 0.2rem solid #fff; + box-sizing: border-box; } } } diff --git a/src/views/stylist/dressfor.vue b/src/views/stylist/dressfor.vue index 76768aa..c276fba 100644 --- a/src/views/stylist/dressfor.vue +++ b/src/views/stylist/dressfor.vue @@ -39,6 +39,7 @@