Browse Source

+ 交通强国详情面板的功能迭代

chen.cheng 9 tháng trước cách đây
mục cha
commit
464349c134
1 tập tin đã thay đổi với 6 bổ sung2 xóa
  1. 6 2
      ruoyi-ui/src/views/cp/usrApply/index.vue

+ 6 - 2
ruoyi-ui/src/views/cp/usrApply/index.vue

@@ -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>