BUG 29578

This commit is contained in:
aixianling
2022-05-12 18:42:30 +08:00
parent 7de09aa195
commit d6d2e7b909
2 changed files with 9 additions and 4 deletions

View File

@@ -36,7 +36,7 @@
<el-table-column slot="resident">
<template #header>
<b v-text="`户主信息列表`"/>
<el-input class="fill" v-model="list.con" size="small" placeholder="搜索姓名/身份证号" clearable
<el-input class="fill searchbar" v-model="list.con" size="small" placeholder="搜索姓名/身份证号" clearable
@change="list.current=1,getResident()"/>
</template>
<template slot-scope="{row}">
@@ -220,5 +220,9 @@ export default {
}
}
}
::v-deep.searchbar {
padding-right: 0;
}
}
</style>