feat(web): components update

This commit is contained in:
zhaoying
2026-03-16 14:53:52 +08:00
parent e13acdc8a9
commit f09de3a11c
6 changed files with 169 additions and 14 deletions

View File

@@ -115,7 +115,7 @@ const SearchInput: FC<SearchInputProps> = ({
value={value}
onChange={handleChange}
style={{ width: '300px' }}
className={className}
className={`rb:border-none! ${className}`}
{...props}
/>
);