fix: style
This commit is contained in:
parent
31f94a51ff
commit
22d079e44a
|
|
@ -192,7 +192,7 @@ export const TemplateMatchingResultManager: React.FC<TemplateMatchingResultManag
|
||||||
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"
|
className="form-input h-8"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue