This commit is contained in:
2025-07-08 20:59:58 +08:00
parent e5ca357876
commit 3346582af9
3 changed files with 52 additions and 63 deletions

View File

@ -8,9 +8,7 @@
</div>
<div class="ml10 mr10 mt10">
<el-input v-model="searchForm.keyword" placeholder="姓名、证件号码搜索">
<template #append><el-icon>
<Search />
</el-icon></template>
<template #append><el-icon><Search /></el-icon></template>
</el-input>
</div>
<ul class="listContent noScollLine mt10">
@ -153,7 +151,7 @@ const seeMoreFn = () => {
position: absolute;
left: 20px;
top: 10px;
width: 427px;
width: 460px;
height: calc(100% - 20px);
border-radius: 6px 6px 6px 6px;
background: rgba(0, 29, 75, 0.4);
@ -163,7 +161,7 @@ const seeMoreFn = () => {
height: calc(100% - 96px);
overflow: hidden;
overflow-y: auto;
padding: 10px 10px 0;
padding: 5px 5px 0;
box-sizing: border-box;
}