加项搜索&更新样式

This commit is contained in:
xianyi
2025-12-04 17:24:43 +08:00
parent 48b526aa94
commit bc76de40c5
3 changed files with 26 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ export const TopBar = ({ search, onSearch, enableSearch = true, operatorName, on
{enableSearch ? (
<div className='w-[420px] max-w-[60vw] flex items-center'>
<Input
placeholder='搜索姓名 / 体检号 / 套餐'
placeholder='搜索 姓名 / 证件号 / 手机号'
value={search}
onChange={(e) => onSearch(e.target.value)}
className='text-sm'