fix: style with self-start (#26492)

This commit is contained in:
crazywoola
2025-09-30 15:30:27 +08:00
committed by GitHub
parent 633e68a2f7
commit d49f3327e4

View File

@@ -152,23 +152,20 @@ const Apps = ({
<div className={cn( <div className={cn(
'mt-6 flex items-center justify-between px-12', 'mt-6 flex items-center justify-between px-12',
)}> )}>
<> <Category
<Category list={categories}
list={categories} value={currCategory}
value={currCategory} onChange={setCurrCategory}
onChange={setCurrCategory} allCategoriesEn={allCategoriesEn}
allCategoriesEn={allCategoriesEn} />
/>
</>
<Input <Input
showLeftIcon showLeftIcon
showClearIcon showClearIcon
wrapperClassName='w-[200px]' wrapperClassName='w-[200px] self-start'
value={keywords} value={keywords}
onChange={e => handleKeywordsChange(e.target.value)} onChange={e => handleKeywordsChange(e.target.value)}
onClear={() => handleKeywordsChange('')} onClear={() => handleKeywordsChange('')}
/> />
</div> </div>
<div className={cn( <div className={cn(