dev
e 3 years ago
parent 78c6f2be2e
commit 8121279b68
  1. 4
      src/views/user/AddUser.vue

@ -224,7 +224,7 @@
</div> </div>
<div> <div>
<div class="flex-center" v-for="(item,index) in archivesList" :key="index" v-show="index == 0 || index == 1 || showArch"> <div class="flex-center" v-for="(item,index) in archivesList" :key="index" v-show="index == 0 || index == 1 || index == 2 || showArch">
<el-col :span="16" :offset="4"> <el-col :span="16" :offset="4">
<el-card shadow="hover" class="from_card"> <el-card shadow="hover" class="from_card">
<el-form ref="form" :model="form" :rules="rules" label-width="120px" :disabled="isDetail"> <el-form ref="form" :model="form" :rules="rules" label-width="120px" :disabled="isDetail">
@ -313,7 +313,7 @@
</div> </div>
</div> </div>
<div class="fold" v-if="archivesList.length > 1"> <div class="fold" v-if="archivesList.length > 3">
<img :class="{ 'arrowTransform': showArch, 'arrowTransformReturn': !showArch}" style="width: 21px;height: 17px;" src="../../assets/img/person/open.png" alt="" @click="foldArch"> <img :class="{ 'arrowTransform': showArch, 'arrowTransformReturn': !showArch}" style="width: 21px;height: 17px;" src="../../assets/img/person/open.png" alt="" @click="foldArch">
</div> </div>

Loading…
Cancel
Save