UI优化,红包领取后缺少头像,名称字段
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user