优化分组栏布局: 调整垂直内边距,缩小按钮间距,增加分组标签右侧间距

This commit is contained in:
2025-09-12 22:33:27 +08:00
parent b4fbc75b1e
commit 32b45c682a
2 changed files with 3 additions and 2 deletions

View File

@@ -136,8 +136,8 @@ const HomePage: React.FC<HomePageProps> = ({ searchTerm, setSearchTerm }) => {
<main className="flex-1 px-4 pb-4">
{enableGroupedBar && (
<div className="flex purcarte-blur theme-card-style overflow-auto whitespace-nowrap overflow-x-auto items-center min-w-[300px] text-secondary-foreground space-x-4 px-4 mb-4">
<span></span>
<div className="flex purcarte-blur theme-card-style overflow-auto whitespace-nowrap overflow-x-auto items-center min-w-[300px] text-secondary-foreground space-x-2 px-4 py-3 mb-4">
<span className="mr-4"></span>
{groups.map((group: string) => (
<Button
key={group}