chore: show existing when add file

This commit is contained in:
jialin
2025-10-23 11:52:49 +08:00
parent cc0580301e
commit a815e71bfe
25 changed files with 256 additions and 97 deletions
+3 -3
View File
@@ -8,13 +8,13 @@ import '../style/gpu-card.less';
const CardWrapper = styled.div`
display: flex;
gap: 10px;
gap: 8px;
flex-direction: column;
align-items: flex-start;
justify-content: center;
width: 100%;
border-bottom: 1px solid var(--ant-color-split);
padding-bottom: 10px;
padding-bottom: 5px;
`;
const Header = styled.div`
@@ -25,7 +25,7 @@ const Description = styled.div`
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
gap: 8px;
color: var(--ant-color-text-tertiary);
`;