fix(style): template title gap

This commit is contained in:
jialin
2026-05-25 22:42:02 +08:00
committed by jialin
parent b5ed64de51
commit 81c7e2ee61
@@ -96,7 +96,6 @@ const CardName = styled.div`
display: flex;
align-items: center;
color: var(--ant-color-text);
margin-bottom: 8px;
gap: 8px;
width: 100%;
min-width: 0;
@@ -107,7 +106,7 @@ const Content = styled.div`
flex-direction: column;
align-items: flex-start;
margin-top: 12px;
gap: 8px;
gap: 12px;
color: var(--ant-color-text-secondary);
`;