style: 文案
This commit is contained in:
@@ -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.',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user