fix: ui issues

This commit is contained in:
jialin
2026-02-06 11:13:49 +08:00
parent d54722609c
commit 7f3d6bb55f
35 changed files with 364 additions and 141 deletions
+2 -1
View File
@@ -29,6 +29,7 @@ const SealAutoComplete: React.FC<
extra,
style,
addAfter,
suffixIcon,
loading,
allowClear,
clearSpaceOnBlur,
@@ -103,7 +104,7 @@ const SealAutoComplete: React.FC<
</Link>
);
}
return null;
return suffixIcon || null;
};
const popupRender = (originNode: React.ReactElement): React.ReactElement => {