feat: Add base project structure with API and web components

This commit is contained in:
Ke Sun
2025-12-02 20:28:01 +08:00
parent f3de6d6cc9
commit c1adc62ec6
817 changed files with 111226 additions and 106 deletions

View File

@@ -0,0 +1,34 @@
.sider {
border-right: 1px solid #EAECEE;
max-height: 100vh;
}
.title {
height: 64px;
padding: 24px 12px 12px 12px;
font-family: Gilroy, Gilroy;
font-weight: 800;
font-size: 16px;
color: #212332;
line-height: 24px;
text-align: left;
font-style: normal;
display: flex;
border-bottom: 1px solid #EAECEE;
justify-content: space-between;
gap: 12px;
}
.title.collapsed {
padding: 18px;
align-items: center;
justify-content: center;
}
.logo {
width: 24px;
height: 24px;
margin-right: 8px;
}
.menuIcon {
cursor: pointer;
width: 28px;
height: 28px;
}