fix(web): SearchInput add variant

This commit is contained in:
zhaoying
2026-03-25 17:58:34 +08:00
parent 0e899bea05
commit c4b83b1f9c
3 changed files with 4 additions and 2 deletions

View File

@@ -116,6 +116,7 @@ const KnowledgeListModal = forwardRef<KnowledgeModalRef, KnowledgeModalProps>(({
<SearchInput
placeholder={t('knowledgeBase.searchPlaceholder')}
className="rb:w-full!"
variant="outlined"
/>
</Form.Item>
</Form>