From 81c7e2ee619104ba784c3141c6be745ad358ae3b Mon Sep 17 00:00:00 2001 From: jialin Date: Wed, 20 May 2026 18:18:48 +0800 Subject: [PATCH] fix(style): template title gap --- src/pages/gpu-service/templates/components/template-card.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/gpu-service/templates/components/template-card.tsx b/src/pages/gpu-service/templates/components/template-card.tsx index cddf54dc..ee4587c1 100644 --- a/src/pages/gpu-service/templates/components/template-card.tsx +++ b/src/pages/gpu-service/templates/components/template-card.tsx @@ -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); `;