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