Files
if.u.clients.web/src/index.css
mamamiyear ddb04ff15e feat: basic layout and pages
- add basic layout with sidebar and main container
- add three menus in sidebar
- add people form page for post people
- add text and image input for recognize people info
- add people table page for show peoples
2025-10-27 00:37:39 +08:00

4 lines
124 B
CSS

/* 保留最小化基础样式,具体视觉由 base.css 控制 */
html, body, #root { height: 100%; }
body { margin: 0; }