fix: style
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user