feat: 打包优化

This commit is contained in:
2026-03-24 13:25:35 +08:00
parent 821c95148e
commit 60ebdb3d77
4 changed files with 211 additions and 17 deletions

View File

@@ -40,7 +40,7 @@
v-if="!isCompleted && !isExpired"
:class="{ mobile: isMobile, tablet: isTablet }"
>
<div class="form-header" v-if="showStep(0)">
<div class="form-header" v-if="showStep(0) && isMobile || isTablet">
<div class="form-title poppins-bold">
{{ t('AwardApply.emailVerification') }}
</div>