style(AgentSection): add margin bottom to agents tab container

This commit is contained in:
icarus 2025-09-23 12:19:47 +08:00
parent ce955e3ee9
commit 27b315bcca

View File

@ -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>