style: 文案

This commit is contained in:
2026-04-17 18:45:58 +08:00
parent 5f05f4773b
commit b0438eec13
2 changed files with 7 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ export default {
submissionLabel: 'Deadline',
timeSept30: 'Sept 30',
finalistSubmissionDesc:
'finalists submit completed\noutfits on site and send actual\ngarments to Code-Create.\n(address to advise)',
'Finalists submit completed\noutfits on site and send actual\ngarments to Code-Create.\n(address to advise)',
receivingOutfits: 'Receiving Outfits',
fromFinalistsLabel: 'Deadline',
timeOctober: 'Oct 23',
@@ -149,7 +149,7 @@ export default {
awardCeremony: 'Award',
ceremonyLabel: 'Ceremony',
timeNov12: 'Nov 12',
awardCeremonyDesc: 'Award Ceremony and\nCommunity Gathering in\nHong Kong-Soho House.',
awardCeremonyDesc: 'Award ceremony and\ncommunity gathering in\nHong Kong-Soho House.',
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.',

View File

@@ -26,7 +26,11 @@
</template> -->
</div>
<div class="vertical-desc">{{ $t(item.desc) }}</div>
<div class="vertical-desc">
{{
locale === 'CHINESE_SIMPLIFIED' ? $t(item.desc).replace(/\n/g, '') : $t(item.desc)
}}
</div>
</div>
</div>
</div>