From c7103942932781c61b8357dce56b0d08fcae10f5 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 6 May 2026 13:08:17 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=96=87=E5=AD=97=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en.ts | 8 ++++---- src/views/AwardPage/components/TimeLine.vue | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lang/en.ts b/src/lang/en.ts index 04a659a..581b7ac 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -135,7 +135,7 @@ export default { timelineApplicationLabel: 'Application', timelineDeadlineLabel: 'Deadline', timeJul15: 'Jul 15', - applicationDeadlineDesc: 'Application close and\nreview begins.', + applicationDeadlineDesc: 'Applications close and\nreview begins', twentyFinalistsAnnounced: 'Announcement of', announcedLabel: '20 Finalists', timeAug30: 'Aug 30', @@ -144,15 +144,15 @@ export default { submissionLabel: 'Deadline', timeSept30: 'Sept 30', finalistSubmissionDesc: - 'Finalists submit entries\nand ship garments to\nCode-Create.', + 'Finalists submit entries\nand ship garments to\nCode-Create', receivingOutfits: 'Outfits Delivery', fromFinalistsLabel: 'Deadline', timeOctober: 'Oct 23', - receivingOutfitsDesc: 'Code-Create confirms receipt of all garments.', + receivingOutfitsDesc: 'Code-Create confirms receipt of all garments', awardCeremony: 'Award', ceremonyLabel: 'Ceremony', timeNov12: 'Nov 12', - awardCeremonyDesc: 'Ceremony and gathering at\nSoho House,Hong Kong.', + awardCeremonyDesc: 'Ceremony and gathering at Soho House, Hong Kong', submissionSuccessful: 'Submission Successful', submissionSuccessfulDesc: 'Please review your submitted information in the AiDA in-platform message.\nYou may edit it if needed. Competition updates and results will be sent via email.', diff --git a/src/views/AwardPage/components/TimeLine.vue b/src/views/AwardPage/components/TimeLine.vue index 0689333..3d7ddfb 100644 --- a/src/views/AwardPage/components/TimeLine.vue +++ b/src/views/AwardPage/components/TimeLine.vue @@ -411,8 +411,8 @@ onBeforeUnmount(() => { font-size: 2rem; text-align: center; color: #e0e0e0; - width: 100%; - max-width: 31.2rem; + width: 22rem; + // max-width: 22rem; min-height: 10.2rem; white-space: pre-line; display: flex;