fix(ui): Optimize UI component styles and layouts (#24090) (#24092)

This commit is contained in:
HyaCinth
2025-08-18 15:56:10 +08:00
committed by GitHub
parent f5033c5a0e
commit 5e8fe30035
4 changed files with 10 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ const Category: FC<ICategoryProps> = ({
)
return (
<div className={cn(className, 'flex flex-wrap space-x-1 text-[13px]')}>
<div className={cn(className, 'flex flex-wrap gap-1 text-[13px]')}>
<div
className={itemClassName(isAllCategories)}
onClick={() => onChange(allCategoriesEn)}