UI优化,红包领取后缺少头像,名称字段

This commit is contained in:
bobobobo
2026-01-19 23:30:08 +08:00
parent d2a22b9419
commit 651d20b909
41 changed files with 2189 additions and 1827 deletions

View File

@@ -53,19 +53,19 @@
<!-- <Icon :file="rightIcon" /> -->
</span>
</div>
<article v-if="!isPC" class="group-h5-list-item-introduction">
<!-- <article v-if="!isPC" class="group-h5-list-item-introduction">
<label class="introduction-name">
{{ groupTypeDetail.label }}
</label>
<span class="introduction-detail">
{{ groupTypeDetail.detail }}
</span>
<!-- <a :href="documentLink.product.url" target="view_window">
<a :href="documentLink.product.url" target="view_window">
{{
TUITranslateService.t(`TUIGroup.${groupTypeDetail.src}`)
}}
</a> -->
</article>
</a>
</article> -->
</li>
</ul>
</ul>
@@ -370,6 +370,9 @@
</script>
<style lang="scss" scoped src="./style/index.scss"></style>
<style lang="scss" scoped>
.group-list {
margin: 0 !important;
}
.popup-content {
display: flex;
flex-direction: column;