【bug】国际研讨会邀请码不出现的问题

This commit is contained in:
fengachen
2021-11-01 10:12:25 +08:00
parent 918c3aa3c4
commit 87d6b85091
@@ -58,13 +58,13 @@
<label>VIP邀请码</label><span>{{ currentMeetingInfo.vipInvitationCode }}</span>
</a-col>
<a-col :xxl="8" :xl="12" :sm="24" v-show="currentMeetingInfo.meetingType ==='3' ">
<label style="min-width: 116px">演讲嘉宾邀请码</label><span><j-ellipsis :value="currentMeetingInfo.speakerInvitationCode" :length="40"></j-ellipsis></span>
<label style="min-width: 116px">演讲嘉宾邀请码</label><span><j-ellipsis :value="currentMeetingInfo.speakerInvitationCode" :length="35" ></j-ellipsis></span>
</a-col>
<a-col :xxl="8" :xl="12" :sm="24" v-show="currentMeetingInfo.meetingType ==='3' ">
<label style="min-width: 116px">特邀嘉宾邀请码</label><span><j-ellipsis :value="currentMeetingInfo.guestInvitationCode" :length="40"></j-ellipsis></span>
<label style="min-width: 116px">特邀嘉宾邀请码</label><span><j-ellipsis :value="currentMeetingInfo.guestInvitationCode" :length="35"></j-ellipsis></span>
</a-col>
<a-col :xxl="8" :xl="12" :sm="24" v-show="currentMeetingInfo.meetingType ==='3' ">
<label style="min-width: 116px">合作伙伴邀请码</label><span><j-ellipsis :value="currentMeetingInfo.cooperativeInvitationCode" :length="40"></j-ellipsis></span>
<label style="min-width: 116px">合作伙伴邀请码</label><span><j-ellipsis :value="currentMeetingInfo.cooperativeInvitationCode" :length="35"></j-ellipsis></span>
</a-col>
</a-row>
<a-row class="flex-col">
@@ -843,7 +843,6 @@ export default {
.meeting-info {
.ant-col {
span {
display: inline-block;
word-break: keep-all;
white-space: nowrap;
max-width: calc(100% - 100px);