feat: add backend pages

This commit is contained in:
jialin
2025-10-13 14:40:26 +08:00
parent 1a693f70ac
commit e863b84016
18 changed files with 500 additions and 10 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ const Inner = styled.div.attrs({
display: flex;
width: 100%;
flex-direction: column;
justify-content: center;
justify-content: flex-start;
gap: 8px;
height: 100%;
`;