|
@@ -27,7 +27,7 @@
|
|
|
<div class="grand flex">
|
|
|
<div class="left-laowang" style="flex: 0 0 210px;overflow: hidden;" v-if="permissions.reportsCompany || user.manageDeptId != 0 || permissions.reportsDept">
|
|
|
<div v-if="permissions.reportsCompany || user.manageDeptId != 0 || permissions.reportsDept" :style="'overflow-x:hidden;overflow-y:auto;height:' + tableHeight + 'px;'">
|
|
|
- <el-input placeholder="请输入姓名" size="small" style="width: 100%;box-sizing: border-box;padding-right: 10px;padding-bottom:10px" v-model="seluserText" clearable>
|
|
|
+ <el-input placeholder="请输入姓名" size="small" style="width: 100%;box-sizing: border-box;padding-right: 10px;margin-bottom:10px" v-model="seluserText" clearable>
|
|
|
<el-button slot="append" icon="el-icon-search" @click="seluserforText()"></el-button>
|
|
|
</el-input>
|
|
|
<div style="width: 100%;box-sizing: border-box;padding-right: 10px;">
|