style: 文字宽度

This commit is contained in:
2026-05-06 13:08:17 +08:00
parent 512cf36baf
commit c710394293
2 changed files with 6 additions and 6 deletions

View File

@@ -135,7 +135,7 @@ export default {
timelineApplicationLabel: 'Application', timelineApplicationLabel: 'Application',
timelineDeadlineLabel: 'Deadline', timelineDeadlineLabel: 'Deadline',
timeJul15: 'Jul 15', timeJul15: 'Jul 15',
applicationDeadlineDesc: 'Application close and\nreview begins.', applicationDeadlineDesc: 'Applications close and\nreview begins',
twentyFinalistsAnnounced: 'Announcement of', twentyFinalistsAnnounced: 'Announcement of',
announcedLabel: '20 Finalists', announcedLabel: '20 Finalists',
timeAug30: 'Aug 30', timeAug30: 'Aug 30',
@@ -144,15 +144,15 @@ export default {
submissionLabel: 'Deadline', submissionLabel: 'Deadline',
timeSept30: 'Sept 30', timeSept30: 'Sept 30',
finalistSubmissionDesc: finalistSubmissionDesc:
'Finalists submit entries\nand ship garments to\nCode-Create.', 'Finalists submit entries\nand ship garments to\nCode-Create',
receivingOutfits: 'Outfits Delivery', receivingOutfits: 'Outfits Delivery',
fromFinalistsLabel: 'Deadline', fromFinalistsLabel: 'Deadline',
timeOctober: 'Oct 23', timeOctober: 'Oct 23',
receivingOutfitsDesc: 'Code-Create confirms receipt of all garments.', receivingOutfitsDesc: 'Code-Create confirms receipt of all garments',
awardCeremony: 'Award', awardCeremony: 'Award',
ceremonyLabel: 'Ceremony', ceremonyLabel: 'Ceremony',
timeNov12: 'Nov 12', timeNov12: 'Nov 12',
awardCeremonyDesc: 'Ceremony and gathering at\nSoho House,Hong Kong.', awardCeremonyDesc: 'Ceremony and gathering at Soho House, Hong Kong',
submissionSuccessful: 'Submission Successful', submissionSuccessful: 'Submission Successful',
submissionSuccessfulDesc: 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.', '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.',

View File

@@ -411,8 +411,8 @@ onBeforeUnmount(() => {
font-size: 2rem; font-size: 2rem;
text-align: center; text-align: center;
color: #e0e0e0; color: #e0e0e0;
width: 100%; width: 22rem;
max-width: 31.2rem; // max-width: 22rem;
min-height: 10.2rem; min-height: 10.2rem;
white-space: pre-line; white-space: pre-line;
display: flex; display: flex;