【修改】酒店联系人样式

This commit is contained in:
fengachen
2022-01-07 10:16:24 +08:00
parent a2688b86a8
commit 4e9ff21338
+5 -6
View File
@@ -50,14 +50,13 @@
</a-col>
</a-row>
<a-row :gutter="24" class="flex-col mul-row-row">
<a-col>
<a-row :gutter="24" class="flex-col">
<a-col :span="12" v-for="(item,index) in model.hotelContactsList"
:key="index">
<label class="label">酒店联系人及手机号</label>
<span class="mul-row-content">
<span
class="content"
v-for="(item,index) of model.hotelContactsList"
:key="index"
>{{ item.hotelContacts}} {{item.hotelContacts? '' :''}} {{item.hotelContactsPhone + ' ' }}</span>
</span>
</a-col>
@@ -923,8 +922,8 @@ h3 {
position: relative;
}
label {
min-width: 80px;
.label {
min-width: 145px;
color: #666;
}