【修改】酒店联系人样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user