feat: 活动页面文案

This commit is contained in:
2026-04-23 11:07:25 +08:00
parent 11c9de8ced
commit 949ff9292d
3 changed files with 8 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
v-detailText="introItem.text"
></div>
</div>
<div class="tips" v-if="eventsDetail.tips">{{ eventsDetail.tips }}</div>
</div>
</div>
</div>
@@ -293,4 +294,9 @@ export default defineComponent({
white-space: nowrap;
cursor: pointer;
}
.tips{
color: rgba(0, 0, 0, 0.45);
font-size: var(--aida-fsize1-4);
font-weight: 400;
}
</style>