|
@@ -441,8 +441,12 @@
|
|
|
<template slot="label">
|
|
|
随行人员
|
|
|
</template>
|
|
|
- <div style="display: flex;">
|
|
|
- <el-card v-for="(o,index) in form.follows" :key="index" class="box-card" style="width: 185px;margin-right: 10px;">
|
|
|
+ <div style="display: flex;flex-flow: wrap;">
|
|
|
+ <el-card
|
|
|
+ v-for="(o,index) in form.follows"
|
|
|
+ :key="index"
|
|
|
+ class="box-card"
|
|
|
+ style="width: 185px;margin-right: 10px;margin-bottom: 10px;">
|
|
|
<div class="text item">
|
|
|
<div>姓名:{{ o.usrName }}</div>
|
|
|
<div>手机号:{{ o.tel }}</div>
|