fix: style

This commit is contained in:
imeepos 2025-07-16 16:46:17 +08:00
parent 31f94a51ff
commit 22d079e44a
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ export const TemplateMatchingResultManager: React.FC<TemplateMatchingResultManag
placeholder="搜索结果名称或描述..."
value={filters.searchKeyword || ''}
onChange={(e) => handleFilterChange({ searchKeyword: e.target.value })}
className="form-input"
className="form-input h-8"
/>
</div>