style: 手机端timeline文案

This commit is contained in:
2026-04-23 09:34:14 +08:00
parent a781b433f6
commit dc72a132bd

View File

@@ -21,15 +21,10 @@
<div class="vertical-content">
<div class="vertical-time">{{ $t(item.time) }}</div>
<div class="vertical-label">
{{ $t(item.label) }}{{ locale === 'ENGLISH' ? ' ' + $t(item.subLabel) : '' }}
<!-- <template v-if="isMobile">
</template> -->
{{ $t(item.label) }}{{ locale === 'ENGLISH' ? ' ' + $t(item.subLabel) : $t(item.subLabel) }}
</div>
<div class="vertical-desc">
{{
locale === 'CHINESE_SIMPLIFIED' ? $t(item.desc).replace(/\n/g, '') : $t(item.desc)
}}
{{ locale === 'CHINESE_SIMPLIFIED' ? $t(item.desc).replace(/\n/g, '') : $t(item.desc) }}
</div>
</div>
</div>