Browse Source

fix: [试验管理] 选人的地方增加滚动

lkf
memorylkf 2 months ago
parent
commit
18f4513fa4
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/views/business/comps/select/SelectDeptUserDialog.vue
  2. +1
    -1
      src/views/business/study/comp/suject.vue

+ 1
- 1
src/views/business/comps/select/SelectDeptUserDialog.vue View File

@ -2,7 +2,7 @@
<template>
<el-dialog :close-on-click-modal="false" :close-on-press-escape="false" :title="$t('form.selectMember')" :visible.sync="open" width="800px" append-to-body>
<el-row>
<el-row style="height: 500px;overflow-y: scroll;">
<el-col :span="12" class="select-user-left">
<el-input
:placeholder="$t('form.placeholderInput')"

+ 1
- 1
src/views/business/study/comp/suject.vue View File

@ -23,7 +23,7 @@
</div>
<el-dialog :close-on-click-modal="false" :close-on-press-escape="false" :title="infoDialog.title" :visible.sync="infoDialog.visible" width="800px" append-to-body>
<el-table v-loading="infoDialog.loading" :data="infoDialog.list">
<el-table v-loading="infoDialog.loading" :data="infoDialog.list" height="500px">
<el-table-column label="" type="index" width="50">
<template slot-scope="scope">
<el-checkbox v-model="scope.row.select"></el-checkbox>

Loading…
Cancel
Save