fix: 筛选栏防溢出 + tsconfig移除baseUrl

This commit is contained in:
selfrelease
2026-07-30 15:16:25 +08:00
parent c2e07834be
commit 9a347f961c
+2 -2
View File
@@ -281,8 +281,8 @@ export default function SpecialStatus() {
)} )}
{/* 筛选栏 */} {/* 筛选栏 */}
<div className="flex gap-2 items-center"> <div className="flex gap-2 items-center overflow-hidden">
<div className="relative flex-1"> <div className="relative flex-1 min-w-0">
<Search className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400" /> <Search className="absolute left-3 top-1/2 -translate-y-1/2 w-4 h-4 text-gray-400" />
<Input <Input
placeholder="搜索员工姓名、手机号..." placeholder="搜索员工姓名、手机号..."