mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 15:49:29 +08:00
style(AgentSection): add margin bottom to agents tab container
This commit is contained in:
parent
ce955e3ee9
commit
27b315bcca
@ -31,7 +31,7 @@ export const AgentSection = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="agents-tab h-full w-full">
|
<div className="agents-tab mb-2 h-full w-full">
|
||||||
<SectionName name={t('common.agent_other')} />
|
<SectionName name={t('common.agent_other')} />
|
||||||
<Agents />
|
<Agents />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user