mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 05:39:05 +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 (
|
||||
<div className="agents-tab h-full w-full">
|
||||
<div className="agents-tab mb-2 h-full w-full">
|
||||
<SectionName name={t('common.agent_other')} />
|
||||
<Agents />
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user