fix: layout bug

This commit is contained in:
imeepos 2025-07-16 16:52:44 +08:00
parent 22d079e44a
commit 49b9d46a13
1 changed files with 13 additions and 11 deletions

View File

@ -187,14 +187,16 @@ export const TemplateMatchingResultManager: React.FC<TemplateMatchingResultManag
<label className="form-label"> <label className="form-label">
</label> </label>
<div className="relative">
<input <input
type="text" type="text"
placeholder="搜索结果名称或描述..." placeholder="搜索结果名称或描述..."
value={filters.searchKeyword || ''} value={filters.searchKeyword || ''}
onChange={(e) => handleFilterChange({ searchKeyword: e.target.value })} onChange={(e) => handleFilterChange({ searchKeyword: e.target.value })}
className="form-input h-8" className="form-input h-10"
/> />
</div> </div>
</div>
{/* 状态过滤 */} {/* 状态过滤 */}
<div className="form-group"> <div className="form-group">