【update】酒店联系人及手机号的样式修改

This commit is contained in:
fengchenchen
2023-11-02 18:12:41 +08:00
parent 88ac7a7f5f
commit cd7a8844d2
2 changed files with 30 additions and 19 deletions
+9 -10
View File
@@ -53,16 +53,15 @@
<label>酒店地址</label><span>{{ currentMeetingInfo.hotelAddress }}</span>
</a-col>
</a-row>
<a-row :gutter="24" class="flex-col">
<a-col :span="12" v-for="(item,index) in currentMeetingInfo.hotelContactsList"
:key="index">
<label class="label">酒店联系人及手机号</label>
<span class="mul-row-content">
<span
class=""
>{{ item.hotelContacts }} {{ item.hotelContacts ? '' : '' }} {{ item.hotelContactsPhone + ' ' }}</span>
</span>
<a-row :gutter="24" >
<a-col :span="24" class="flex-col">
<label style="flex-shrink: 0">酒店联系人及手机号</label>
<div>
<div class="word-beak block-span" v-for="(item,index) in currentMeetingInfo.hotelContactsList" :key="index">
<div class="topic-title">{{ item.hotelContacts }} {{ item.hotelContacts ? '' : '' }} {{ item.hotelContactsPhone + ' ' }}</div>
<!--<div v-for="innerItem in item.children" :key="'a_checked_'+ innerItem.value">{{ innerItem.text }}</div>-->
</div>
</div>
</a-col>
</a-row>
<!-- 标协会议标准宣贯学习培训 -是否具有问题征集 -->
+21 -9
View File
@@ -65,17 +65,29 @@
</a-col>
</a-row>
<a-row :gutter="24" class="flex-col">
<a-col :span="12" v-for="(item,index) in currentMeetingInfo.hotelContactsList"
:key="index">
<label class="label">酒店联系人及手机号</label>
<span class="mul-row-content">
<span
class=""
>{{ item.hotelContacts }} {{ item.hotelContacts ? '' : '' }} {{ item.hotelContactsPhone + ' ' }}</span>
</span>
<a-row :gutter="24" >
<a-col :span="24" class="flex-col">
<label style="flex-shrink: 0">酒店联系人及手机号</label>
<div>
<div class="word-beak block-span" v-for="(item,index) in currentMeetingInfo.hotelContactsList" :key="index">
<div class="topic-title">{{ item.hotelContacts }} {{ item.hotelContacts ? '' : '' }} {{ item.hotelContactsPhone + ' ' }}</div>
<!--<div v-for="innerItem in item.children" :key="'a_checked_'+ innerItem.value">{{ innerItem.text }}</div>-->
</div>
</div>
</a-col>
</a-row>
<!--<a-row :gutter="24" class="flex-col">-->
<!-- <a-col :span="12" v-for="(item,index) in currentMeetingInfo.hotelContactsList"-->
<!-- :key="index">-->
<!-- <label class="label" v-if="index === 0">酒店联系人及手机号:</label>-->
<!-- <span class="mul-row-content">-->
<!-- <span-->
<!-- class=""-->
<!-- >{{ item.hotelContacts }} {{ item.hotelContacts ? '' : '' }} {{ item.hotelContactsPhone + ' ' }}</span>-->
<!-- </span>-->
<!-- </a-col>-->
<!--</a-row>-->
<a-row :gutter="24">
<a-col :span="12">
<label>召开时间:</label>